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