Go to the source code of this file.
◆ EVT_OPEN_CHEST
| #define EVT_OPEN_CHEST |
( |
| item, |
|
|
| flag ) |
Value:
}
BSS s32 PopupMenu_SelectedIndex
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 }