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

Macros

#define _COMMON_CONSUMABLE_CHOICE_
 
#define _CHOICE_SUPPORT_
 
#define EVT_CHOOSE_ANY_CONSUMABLE(unkMode)
 
#define EVT_CHOOSE_CONSUMABLE_FROM(itemList, unkMode)
 

Macro Definition Documentation

◆ _CHOICE_SUPPORT_

#define _CHOICE_SUPPORT_

◆ _COMMON_CONSUMABLE_CHOICE_

#define _COMMON_CONSUMABLE_CHOICE_

◆ EVT_CHOOSE_ANY_CONSUMABLE

#define EVT_CHOOSE_ANY_CONSUMABLE ( unkMode)
Value:
Set(LVar0, NULL) \
Set(LVar1, unkMode) \
ExecWait(N(EVS_ChooseItem))
#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_CONSUMABLE_FROM

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