Paper Mario DX
Paper Mario (N64) modding
 
Loading...
Searching...
No Matches
kpa_02.inc.c
Go to the documentation of this file.
1#include "battle/battle.h"
3
4#define NAMESPACE A(kpa_02)
5
7
13 Set(LVar2, -400)
14 Set(LVar3, -800)
18 Set(LVar2, -400)
19 Set(LVar3, -800)
23 Set(LVar2, -400)
24 Set(LVar3, -800)
28 Set(LVar2, -400)
29 Set(LVar3, -800)
31 Return
32 End
33};
34
36 Return
37 End
38};
39
40s32 N(ForegroundModels)[] = {
43};
44
45Stage NAMESPACE = {
46 .texture = "kpa_tex",
47 .shape = "kpa_bt02_shape",
48 .hit = "kpa_bt02_hit",
49 .preBattle = &N(EVS_PreBattle),
50 .postBattle = &N(EVS_PostBattle),
51 .foregroundModelList = N(ForegroundModels),
52};
BSS s32 PopupMenu_SelectedIndex
Bytecode EvtScript[]
#define MODEL_2
#define MODEL_saku
#define MODEL_3
@ TEX_PANNER_0
Definition enums.h:3983
@ TEX_PANNER_2
Definition enums.h:3985
@ TEX_PANNER_3
Definition enums.h:3986
@ TEX_PANNER_1
Definition enums.h:3984
@ CAM_BATTLE
Definition enums.h:1827
#define MODEL_1
#define MODEL_4
Definition hos_01_shape.h:8
ApiStatus SetSpriteShading(Evt *script, b32 isInitialCall)
ApiStatus SetCamBGColor(Evt *script, b32 isInitialCall)
#define Set(VAR, INT_VALUE)
Sets the given variable to a given value casted to an integer.
Definition macros.h:366
#define End
Signals the end of EVT script data. A script missing this will likely crash on load.
Definition macros.h:214
#define LVar2
Definition macros.h:151
#define LVar1
Definition macros.h:150
#define Call(FUNC, ARGS...)
Calls a given C EVT API function with any number of arguments.
Definition macros.h:577
#define LVar3
Definition macros.h:152
#define LVar0
Definition macros.h:149
#define Exec(EVT_SOURCE)
Launches a new thread.
Definition macros.h:456
#define Return
Kills the current EVT thread.
Definition macros.h:218
#define STAGE_MODEL_LIST_END
Definition battle.h:8