Paper Mario DX
Paper Mario (N64) modding
Loading...
Searching...
No Matches
Bootler.h
Go to the documentation of this file.
1
#include "common.h"
2
#include "sprite/npc/Bootler.h"
3
4
#define BOOTLER_ANIMS \
5
{ \
6
.idle = ANIM_Bootler_Idle, \
7
.walk = ANIM_Bootler_Walk, \
8
.run = ANIM_Bootler_Run, \
9
.chase = ANIM_Bootler_Run, \
10
.anim_4 = ANIM_Bootler_Idle, \
11
.anim_5 = ANIM_Bootler_Idle, \
12
.death = ANIM_Bootler_Still, \
13
.hit = ANIM_Bootler_Still, \
14
.anim_8 = ANIM_Bootler_Shock, \
15
.anim_9 = ANIM_Bootler_Panic, \
16
.anim_A = ANIM_Bootler_Dejected, \
17
.anim_B = ANIM_Bootler_Quaver, \
18
.anim_C = ANIM_Bootler_Shock, \
19
.anim_D = ANIM_Bootler_Panic, \
20
.anim_E = ANIM_Bootler_Dejected, \
21
.anim_F = ANIM_Bootler_Quaver, \
22
}
src
world
common
npc
Bootler.h
Generated by
1.10.0