papermario
Decompilation of Paper Mario
 
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Loading...
Searching...
No Matches
KeyItemChoice.inc.c File Reference

Macros

#define _COMMON_KEY_CHOICE_
 
#define _CHOICE_SUPPORT_
 
#define EVT_CHOOSE_ANY_KEY_ITEM()
 
#define EVT_CHOOSE_KEY_ITEM_FROM(itemList)
 

Macro Definition Documentation

◆ _CHOICE_SUPPORT_

#define _CHOICE_SUPPORT_

◆ _COMMON_KEY_CHOICE_

#define _COMMON_KEY_CHOICE_

◆ EVT_CHOOSE_ANY_KEY_ITEM

#define EVT_CHOOSE_ANY_KEY_ITEM ( )
Value:
Set(LVar0, NULL) \
Set(LVar1, 0) \
ExecWait(N(EVS_ChooseKeyItem))
#define Set(VAR, INT_VALUE)
Sets the given variable to a given value casted to an integer.
Definition macros.h:377
#define LVar1
Definition macros.h:145
#define LVar0
Definition macros.h:144

◆ EVT_CHOOSE_KEY_ITEM_FROM

#define EVT_CHOOSE_KEY_ITEM_FROM ( itemList)
Value:
Set(LVar0, Ref(itemList)) \
Set(LVar1, 0) \
ExecWait(N(EVS_ChooseKeyItem))
#define Ref(sym)
Address/pointer constant.
Definition macros.h:56