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

Macros

#define BOMBSHELL_BLASTER_DROPS
 
#define BOMBSHELL_BLASTER_ANIMS
 
#define BOMBSHELL_BILL_DROPS
 
#define BOMBSHELL_BILL_ANIMS
 
#define BOMBSHELL_BILL_NPC(npcID)
 

Macro Definition Documentation

◆ BOMBSHELL_BILL_ANIMS

#define BOMBSHELL_BILL_ANIMS

◆ BOMBSHELL_BILL_DROPS

#define BOMBSHELL_BILL_DROPS
Value:
{ \
.dropFlags = NPC_DROP_FLAG_80, \
.itemDropChance = 3, \
.itemDrops = { \
{ ITEM_SUPER_SHROOM, 10, 0 }, \
}, \
.heartDrops = STANDARD_HEART_DROPS(3), \
.flowerDrops = STANDARD_FLOWER_DROPS(2), \
.minCoinBonus = 1, \
.maxCoinBonus = 3, \
}
@ 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

◆ BOMBSHELL_BILL_NPC

#define BOMBSHELL_BILL_NPC ( npcID)
Value:
{ \
.id = npcID, \
.settings = &N(NpcSettings_BombshellBill), \
.pos = { NPC_DISPOSE_LOCATION }, \
.yaw = 0, \
.territory = { \
.wander = { \
.isFlying = TRUE, \
.moveSpeedOverride = NO_OVERRIDE_MOVEMENT_SPEED, \
.wanderShape = SHAPE_CYLINDER, \
.centerPos = { 0, 0, 0 }, \
.wanderSize = { 0 }, \
.detectShape = SHAPE_CYLINDER, \
.detectPos = { 0, 0, 0 }, \
.detectSize = { 0 }, \
} \
}, \
.animations = BOMBSHELL_BILL_ANIMS, \
}
#define BOMBSHELL_BILL_ANIMS
Definition BombshellBill.h:46
#define BOMBSHELL_BILL_DROPS
Definition BombshellBill.h:33
@ ENEMY_FLAG_DO_NOT_KILL
Definition enums.h:4551
@ ENEMY_FLAG_FLYING
Definition enums.h:4560
@ ENEMY_FLAG_IGNORE_ENTITY_COLLISION
Definition enums.h:4559
@ ENEMY_FLAG_DONT_SUSPEND_SCRIPTS
Definition enums.h:4568
@ ENEMY_FLAG_IGNORE_WORLD_COLLISION
Definition enums.h:4557
@ ENEMY_FLAG_ACTIVE_WHILE_OFFSCREEN
Definition enums.h:4570
#define NPC_DISPOSE_LOCATION
Definition macros.h:169
@ SHAPE_CYLINDER
Definition npc.h:205
#define NO_OVERRIDE_MOVEMENT_SPEED
Definition npc.h:74

◆ BOMBSHELL_BLASTER_ANIMS

◆ BOMBSHELL_BLASTER_DROPS

#define BOMBSHELL_BLASTER_DROPS
Value:
{ \
.dropFlags = NPC_DROP_FLAG_80, \
.heartDrops = STANDARD_HEART_DROPS(4), \
.flowerDrops = STANDARD_FLOWER_DROPS(2), \
.minCoinBonus = 1, \
.maxCoinBonus = 3, \
}