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

Go to the source code of this file.

Macros

#define JUNGLE_FUZZY_DROPS
 
#define JUNGLE_FUZZY_ANIMS
 

Macro Definition Documentation

◆ JUNGLE_FUZZY_DROPS

#define JUNGLE_FUZZY_DROPS
Value:
{ \
.dropFlags = NPC_DROP_FLAG_80, \
.itemDropChance = 10, \
.itemDrops = { \
{ ITEM_DIZZY_DIAL, 5, 0 }, \
{ ITEM_VOLT_SHROOM, 5, 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 JungleFuzzy.h.

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

◆ JUNGLE_FUZZY_ANIMS

#define JUNGLE_FUZZY_ANIMS
Value:
{ \
.idle = ANIM_Fuzzy_Jungle_Walk, \
.walk = ANIM_Fuzzy_Jungle_Walk, \
.run = ANIM_Fuzzy_Jungle_Run, \
.chase = ANIM_Fuzzy_Jungle_Run, \
.anim_4 = ANIM_Fuzzy_Jungle_Idle, \
.anim_5 = ANIM_Fuzzy_Jungle_Idle, \
.death = ANIM_Fuzzy_Jungle_Hurt, \
.hit = ANIM_Fuzzy_Jungle_Hurt, \
.anim_8 = ANIM_Fuzzy_Jungle_Run, \
.anim_9 = ANIM_Fuzzy_Jungle_Run, \
.anim_A = ANIM_Fuzzy_Jungle_Run, \
.anim_B = ANIM_Fuzzy_Jungle_Run, \
.anim_C = ANIM_Fuzzy_Jungle_Run, \
.anim_D = ANIM_Fuzzy_Jungle_Run, \
.anim_E = ANIM_Fuzzy_Jungle_Run, \
.anim_F = ANIM_Fuzzy_Jungle_Run, \
}

Definition at line 18 of file JungleFuzzy.h.

18#define JUNGLE_FUZZY_ANIMS \
19{ \
20 .idle = ANIM_Fuzzy_Jungle_Walk, \
21 .walk = ANIM_Fuzzy_Jungle_Walk, \
22 .run = ANIM_Fuzzy_Jungle_Run, \
23 .chase = ANIM_Fuzzy_Jungle_Run, \
24 .anim_4 = ANIM_Fuzzy_Jungle_Idle, \
25 .anim_5 = ANIM_Fuzzy_Jungle_Idle, \
26 .death = ANIM_Fuzzy_Jungle_Hurt, \
27 .hit = ANIM_Fuzzy_Jungle_Hurt, \
28 .anim_8 = ANIM_Fuzzy_Jungle_Run, \
29 .anim_9 = ANIM_Fuzzy_Jungle_Run, \
30 .anim_A = ANIM_Fuzzy_Jungle_Run, \
31 .anim_B = ANIM_Fuzzy_Jungle_Run, \
32 .anim_C = ANIM_Fuzzy_Jungle_Run, \
33 .anim_D = ANIM_Fuzzy_Jungle_Run, \
34 .anim_E = ANIM_Fuzzy_Jungle_Run, \
35 .anim_F = ANIM_Fuzzy_Jungle_Run, \
36}