Paper Mario DX
Paper Mario (N64) modding
Loading...
Searching...
No Matches
kmr_02.inc.c
Go to the documentation of this file.
1
#include "
battle/battle.h
"
2
3
#define NAMESPACE A(kmr_02)
4
5
EvtScript
N(
EVS_PreBattle
) = {
6
Call
(
SetSpriteShading
,
SHADING_NONE
)
7
Return
8
End
9
};
10
11
EvtScript
N(
EVS_PostBattle
) = {
12
Return
13
End
14
};
15
16
Stage
NAMESPACE = {
17
.texture =
"kmr_tex"
,
18
.shape =
"kmr_bt02_shape"
,
//@bug does not exist
19
.bg =
"kmr_bg"
,
20
.preBattle = &N(
EVS_PreBattle
),
21
.postBattle = &N(
EVS_PostBattle
),
22
};
PopupMenu_SelectedIndex
BSS s32 PopupMenu_SelectedIndex
Definition
8a860_len_3f30.c:84
EvtScript
Bytecode EvtScript[]
Definition
common_structs.h:14
SetSpriteShading
ApiStatus SetSpriteShading(Evt *script, b32 isInitialCall)
End
#define End
Signals the end of EVT script data. A script missing this will likely crash on load.
Definition
macros.h:213
Call
#define Call(FUNC, ARGS...)
Calls a given C EVT API function with any number of arguments.
Definition
macros.h:576
Return
#define Return
Kills the current EVT thread.
Definition
macros.h:217
battle.h
Stage
Definition
battle.h:181
src
battle
common
stage
area_kmr
kmr_02.inc.c
Generated by
1.10.0