Paper Mario DX
Paper Mario (N64) modding
 
Loading...
Searching...
No Matches
Peach.h
Go to the documentation of this file.
1#include "common.h"
2
3#define PEACH_ANIMS \
4{ \
5 .idle = ANIM_Peach1_Still, \
6 .walk = ANIM_Peach1_Still, \
7 .run = ANIM_Peach1_Still, \
8 .chase = ANIM_Peach1_Still, \
9 .anim_4 = ANIM_Peach1_Still, \
10 .anim_5 = ANIM_Peach1_Still, \
11 .death = ANIM_Peach1_Still, \
12 .hit = ANIM_Peach1_Still, \
13 .anim_8 = ANIM_Peach1_Still, \
14 .anim_9 = ANIM_Peach1_Still, \
15 .anim_A = ANIM_Peach1_Still, \
16 .anim_B = ANIM_Peach1_Still, \
17 .anim_C = ANIM_Peach1_Still, \
18 .anim_D = ANIM_Peach1_Still, \
19 .anim_E = ANIM_Peach1_Still, \
20 .anim_F = ANIM_Peach1_Still, \
21}