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

◆ 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:5108
#define STANDARD_FLOWER_DROPS(attempts)
Definition npc.h:49
#define STANDARD_HEART_DROPS(attempts)
Definition npc.h:25