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