Paper Mario DX
Paper Mario (N64) modding
 
Loading...
Searching...
No Matches
Cleft.h
Go to the documentation of this file.
1#include "common.h"
2#include "sprite/npc/Cleft.h"
3
4#define CLEFT_DROPS \
5{ \
6 .dropFlags = NPC_DROP_FLAG_80, \
7 .heartDrops = STANDARD_HEART_DROPS(3), \
8 .flowerDrops = STANDARD_FLOWER_DROPS(2), \
9 .minCoinBonus = 1, \
10 .maxCoinBonus = 3, \
11}
12
13#define CLEFT_ANIMS \
14{ \
15 .idle = ANIM_Cleft_Anim02, \
16 .walk = ANIM_Cleft_Anim06, \
17 .run = ANIM_Cleft_Anim07, \
18 .chase = ANIM_Cleft_Anim07, \
19 .anim_4 = ANIM_Cleft_Anim02, \
20 .anim_5 = ANIM_Cleft_Anim02, \
21 .death = ANIM_Cleft_Anim08, \
22 .hit = ANIM_Cleft_Anim08, \
23 .anim_8 = ANIM_Cleft_Anim14, \
24 .anim_9 = ANIM_Cleft_Anim17, \
25 .anim_A = ANIM_Cleft_Anim13, \
26 .anim_B = ANIM_Cleft_Anim15, \
27 .anim_C = ANIM_Cleft_Anim10, \
28 .anim_D = ANIM_Cleft_Anim11, \
29 .anim_E = ANIM_Cleft_Anim16, \
30 .anim_F = ANIM_Cleft_Anim00, \
31}