Paper Mario DX
Paper Mario (N64) modding
Loading...
Searching...
No Matches
PyroGuy.h
Go to the documentation of this file.
1
#include "common.h"
2
#include "sprite/npc/PyroGuy.h"
3
4
#define PYRO_GUY_DROPS \
5
{ \
6
.dropFlags = NPC_DROP_FLAG_80, \
7
.itemDropChance = 5, \
8
.itemDrops = { \
9
{ ITEM_FIRE_FLOWER, 10, 0 }, \
10
}, \
11
.heartDrops = STANDARD_HEART_DROPS(3), \
12
.flowerDrops = STANDARD_FLOWER_DROPS(2), \
13
.minCoinBonus = 0, \
14
.maxCoinBonus = 3, \
15
}
16
17
#define PYRO_GUY_ANIMS \
18
{ \
19
.idle = ANIM_PyroGuy_Anim01, \
20
.walk = ANIM_PyroGuy_Anim02, \
21
.run = ANIM_PyroGuy_Anim03, \
22
.chase = ANIM_PyroGuy_Anim02, \
23
.anim_4 = ANIM_PyroGuy_Anim01, \
24
.anim_5 = ANIM_PyroGuy_Anim01, \
25
.death = ANIM_PyroGuy_Anim06, \
26
.hit = ANIM_PyroGuy_Anim06, \
27
.anim_8 = ANIM_PyroGuy_Anim01, \
28
.anim_9 = ANIM_PyroGuy_Anim01, \
29
.anim_A = ANIM_PyroGuy_Anim01, \
30
.anim_B = ANIM_PyroGuy_Anim01, \
31
.anim_C = ANIM_PyroGuy_Anim01, \
32
.anim_D = ANIM_PyroGuy_Anim01, \
33
.anim_E = ANIM_PyroGuy_Anim01, \
34
.anim_F = ANIM_PyroGuy_Anim01, \
35
}
src
world
common
enemy
PyroGuy.h
Generated by
1.10.0