Paper Mario DX
Paper Mario (N64) modding
Loading...
Searching...
No Matches
Macros
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
\
}
PopupMenu_SelectedIndex
BSS s32 PopupMenu_SelectedIndex
Definition
8a860_len_3f30.c:84
LVarA
#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
}
src
world
common
entity
Chest.inc.c
Generated by
1.10.0