Paper Mario DX
Paper Mario (N64) modding
 
Loading...
Searching...
No Matches
GateFlower.h
Go to the documentation of this file.
1#include "common.h"
2#include "sprite/npc/GateFlower.h"
3
4#define GATE_FLOWER_BLUE_ANIMS \
5{ \
6 .idle = ANIM_GateFlower_Blue_Idle, \
7 .walk = ANIM_GateFlower_Blue_Idle, \
8 .run = ANIM_GateFlower_Blue_Idle, \
9 .chase = ANIM_GateFlower_Blue_Idle, \
10 .anim_4 = ANIM_GateFlower_Blue_Idle, \
11 .anim_5 = ANIM_GateFlower_Blue_Idle, \
12 .death = ANIM_GateFlower_Blue_Idle, \
13 .hit = ANIM_GateFlower_Blue_Idle, \
14 .anim_8 = ANIM_GateFlower_Blue_Idle, \
15 .anim_9 = ANIM_GateFlower_Blue_Idle, \
16 .anim_A = ANIM_GateFlower_Blue_Idle, \
17 .anim_B = ANIM_GateFlower_Blue_Idle, \
18 .anim_C = ANIM_GateFlower_Blue_Idle, \
19 .anim_D = ANIM_GateFlower_Blue_Idle, \
20 .anim_E = ANIM_GateFlower_Blue_Idle, \
21 .anim_F = ANIM_GateFlower_Blue_Idle, \
22}
23
24#define GATE_FLOWER_RED_ANIMS \
25{ \
26 .idle = ANIM_GateFlower_Red_Idle, \
27 .walk = ANIM_GateFlower_Red_Idle, \
28 .run = ANIM_GateFlower_Red_Idle, \
29 .chase = ANIM_GateFlower_Red_Idle, \
30 .anim_4 = ANIM_GateFlower_Red_Idle, \
31 .anim_5 = ANIM_GateFlower_Red_Idle, \
32 .death = ANIM_GateFlower_Red_Idle, \
33 .hit = ANIM_GateFlower_Red_Idle, \
34 .anim_8 = ANIM_GateFlower_Red_Idle, \
35 .anim_9 = ANIM_GateFlower_Red_Idle, \
36 .anim_A = ANIM_GateFlower_Red_Idle, \
37 .anim_B = ANIM_GateFlower_Red_Idle, \
38 .anim_C = ANIM_GateFlower_Red_Idle, \
39 .anim_D = ANIM_GateFlower_Red_Idle, \
40 .anim_E = ANIM_GateFlower_Red_Idle, \
41 .anim_F = ANIM_GateFlower_Red_Idle, \
42}
43
44#define GATE_FLOWER_YELLOW_ANIMS \
45{ \
46 .idle = ANIM_GateFlower_Yellow_Idle, \
47 .walk = ANIM_GateFlower_Yellow_Idle, \
48 .run = ANIM_GateFlower_Yellow_Idle, \
49 .chase = ANIM_GateFlower_Yellow_Idle, \
50 .anim_4 = ANIM_GateFlower_Yellow_Idle, \
51 .anim_5 = ANIM_GateFlower_Yellow_Idle, \
52 .death = ANIM_GateFlower_Yellow_Idle, \
53 .hit = ANIM_GateFlower_Yellow_Idle, \
54 .anim_8 = ANIM_GateFlower_Yellow_Idle, \
55 .anim_9 = ANIM_GateFlower_Yellow_Idle, \
56 .anim_A = ANIM_GateFlower_Yellow_Idle, \
57 .anim_B = ANIM_GateFlower_Yellow_Idle, \
58 .anim_C = ANIM_GateFlower_Yellow_Idle, \
59 .anim_D = ANIM_GateFlower_Yellow_Idle, \
60 .anim_E = ANIM_GateFlower_Yellow_Idle, \
61 .anim_F = ANIM_GateFlower_Yellow_Idle, \
62}