Paper Mario DX
Paper Mario (N64) modding
 
Loading...
Searching...
No Matches
LavaBubble.h File Reference

Go to the source code of this file.

Macros

#define LAVA_BUBBLE_DROPS
 
#define LAVA_BUBBLE_ANIMS
 

Macro Definition Documentation

◆ LAVA_BUBBLE_DROPS

#define LAVA_BUBBLE_DROPS
Value:
{ \
.dropFlags = NPC_DROP_FLAG_80, \
.itemDropChance = 5, \
.itemDrops = { \
{ ITEM_SUPER_SHROOM, 10, 0 }, \
}, \
.heartDrops = STANDARD_HEART_DROPS(2), \
.flowerDrops = STANDARD_FLOWER_DROPS(2), \
.minCoinBonus = 0, \
.maxCoinBonus = 3, \
}
@ NPC_DROP_FLAG_80
Definition enums.h:5089
#define STANDARD_FLOWER_DROPS(attempts)
Definition npc.h:53
#define STANDARD_HEART_DROPS(attempts)
Definition npc.h:29

Definition at line 4 of file LavaBubble.h.

4#define LAVA_BUBBLE_DROPS \
5{ \
6 .dropFlags = NPC_DROP_FLAG_80, \
7 .itemDropChance = 5, \
8 .itemDrops = { \
9 { ITEM_SUPER_SHROOM, 10, 0 }, \
10 }, \
11 .heartDrops = STANDARD_HEART_DROPS(2), \
12 .flowerDrops = STANDARD_FLOWER_DROPS(2), \
13 .minCoinBonus = 0, \
14 .maxCoinBonus = 3, \
15}

◆ LAVA_BUBBLE_ANIMS

#define LAVA_BUBBLE_ANIMS
Value:
{ \
.idle = ANIM_LavaBubble_Anim01, \
.walk = ANIM_LavaBubble_Anim02, \
.run = ANIM_LavaBubble_Anim03, \
.chase = ANIM_LavaBubble_Anim03, \
.anim_4 = ANIM_LavaBubble_Anim01, \
.anim_5 = ANIM_LavaBubble_Anim01, \
.death = ANIM_LavaBubble_Anim07, \
.hit = ANIM_LavaBubble_Anim07, \
.anim_8 = ANIM_LavaBubble_Anim04, \
.anim_9 = ANIM_LavaBubble_Anim01, \
.anim_A = ANIM_LavaBubble_Anim01, \
.anim_B = ANIM_LavaBubble_Anim01, \
.anim_C = ANIM_LavaBubble_Anim01, \
.anim_D = ANIM_LavaBubble_Anim01, \
.anim_E = ANIM_LavaBubble_Anim01, \
.anim_F = ANIM_LavaBubble_Anim01, \
}

Definition at line 17 of file LavaBubble.h.

17#define LAVA_BUBBLE_ANIMS \
18{ \
19 .idle = ANIM_LavaBubble_Anim01, \
20 .walk = ANIM_LavaBubble_Anim02, \
21 .run = ANIM_LavaBubble_Anim03, \
22 .chase = ANIM_LavaBubble_Anim03, \
23 .anim_4 = ANIM_LavaBubble_Anim01, \
24 .anim_5 = ANIM_LavaBubble_Anim01, \
25 .death = ANIM_LavaBubble_Anim07, \
26 .hit = ANIM_LavaBubble_Anim07, \
27 .anim_8 = ANIM_LavaBubble_Anim04, \
28 .anim_9 = ANIM_LavaBubble_Anim01, \
29 .anim_A = ANIM_LavaBubble_Anim01, \
30 .anim_B = ANIM_LavaBubble_Anim01, \
31 .anim_C = ANIM_LavaBubble_Anim01, \
32 .anim_D = ANIM_LavaBubble_Anim01, \
33 .anim_E = ANIM_LavaBubble_Anim01, \
34 .anim_F = ANIM_LavaBubble_Anim01, \
35}