Paper Mario DX
Paper Mario (N64) modding
 
Loading...
Searching...
No Matches
Chest.inc.c File Reference

Go to the source code of this file.

Macros

#define EVT_OPEN_CHEST(item, flag)
 

Macro Definition Documentation

◆ EVT_OPEN_CHEST

#define EVT_OPEN_CHEST ( item,
flag )
Value:
{ \
Set(LVarA, item) \
Set(flag, TRUE) \
ExecWait(N(EVS_Chest_GetItem)) \
Return \
End \
}
#define LVarA
Definition macros.h:158

Definition at line 26 of file Chest.inc.c.

26#define EVT_OPEN_CHEST(item, flag) \
27 { \
28 Set(LVarA, item) \
29 Set(flag, TRUE) \
30 ExecWait(N(EVS_Chest_GetItem)) \
31 Return \
32 End \
33 }