papermario
Decompilation of Paper Mario
 
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Loading...
Searching...
No Matches
StoneChomp.h File Reference

Macros

#define STONE_CHOMP_DROPS
 
#define STONE_CHOMP_ANIMS
 

Macro Definition Documentation

◆ STONE_CHOMP_ANIMS

#define STONE_CHOMP_ANIMS
Value:
{ \
.idle = ANIM_StoneChomp_Idle, \
.walk = ANIM_StoneChomp_SlowBite, \
.run = ANIM_StoneChomp_Bite, \
.chase = ANIM_StoneChomp_Bite, \
.anim_4 = ANIM_StoneChomp_Idle, \
.anim_5 = ANIM_StoneChomp_Idle, \
.death = ANIM_StoneChomp_Hurt, \
.hit = ANIM_StoneChomp_Hurt, \
.anim_8 = ANIM_StoneChomp_Still, \
.anim_9 = ANIM_StoneChomp_Still, \
.anim_A = ANIM_StoneChomp_Still, \
.anim_B = ANIM_StoneChomp_Still, \
.anim_C = ANIM_StoneChomp_Still, \
.anim_D = ANIM_StoneChomp_Still, \
.anim_E = ANIM_StoneChomp_Still, \
.anim_F = ANIM_StoneChomp_Still, \
}

◆ STONE_CHOMP_DROPS

#define STONE_CHOMP_DROPS
Value:
{ \
.dropFlags = NPC_DROP_FLAG_80, \
.itemDropChance = 5, \
.itemDrops = { \
{ ITEM_HONEY_SYRUP, 10, 0 }, \
}, \
.heartDrops = GENEROUS_HEART_DROPS(3), \
.flowerDrops = STANDARD_FLOWER_DROPS(2), \
}
@ NPC_DROP_FLAG_80
Definition enums.h:5089
#define STANDARD_FLOWER_DROPS(attempts)
Definition npc.h:49
#define GENEROUS_HEART_DROPS(attempts)
Definition npc.h:33