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

Macros

#define EMBER_DROPS
 
#define EMBER_ANIMS
 

Macro Definition Documentation

◆ EMBER_ANIMS

#define EMBER_ANIMS
Value:
{ \
.idle = ANIM_LavaBubble_Blue_Anim01, \
.walk = ANIM_LavaBubble_Blue_Anim02, \
.run = ANIM_LavaBubble_Blue_Anim03, \
.chase = ANIM_LavaBubble_Blue_Anim03, \
.anim_4 = ANIM_LavaBubble_Blue_Anim01, \
.anim_5 = ANIM_LavaBubble_Blue_Anim01, \
.death = ANIM_LavaBubble_Blue_Anim07, \
.hit = ANIM_LavaBubble_Blue_Anim07, \
.anim_8 = ANIM_LavaBubble_Blue_Anim04, \
.anim_9 = ANIM_LavaBubble_Blue_Anim01, \
.anim_A = ANIM_LavaBubble_Blue_Anim01, \
.anim_B = ANIM_LavaBubble_Blue_Anim01, \
.anim_C = ANIM_LavaBubble_Blue_Anim01, \
.anim_D = ANIM_LavaBubble_Blue_Anim01, \
.anim_E = ANIM_LavaBubble_Blue_Anim01, \
.anim_F = ANIM_LavaBubble_Blue_Anim01, \
}

◆ EMBER_DROPS

#define EMBER_DROPS
Value:
{ \
.dropFlags = NPC_DROP_FLAG_80, \
.itemDropChance = 5, \
.itemDrops = { \
{ ITEM_SHOOTING_STAR, 10, 0 }, \
}, \
.heartDrops = STANDARD_HEART_DROPS(2), \
.flowerDrops = STANDARD_FLOWER_DROPS(2), \
.minCoinBonus = 1, \
.maxCoinBonus = 4, \
}
@ NPC_DROP_FLAG_80
Definition enums.h:5089
#define STANDARD_FLOWER_DROPS(attempts)
Definition npc.h:49
#define STANDARD_HEART_DROPS(attempts)
Definition npc.h:25