papermario
Decompilation of Paper Mario
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
Loading...
Searching...
No Matches
Macros
Clubba.h File Reference
Macros
#
define
CLUBBA_DROPS
#
define
CLUBBA_ANIMS
#
define
CLUBBA_ANIMS_ALT
#
define
CLUBBA_MACE_HITBOX
(npcID)
Macro Definition Documentation
◆
CLUBBA_ANIMS
#
define
CLUBBA_ANIMS
Value:
{ \
.idle =
ANIM_WorldClubba_Anim02
, \
.walk =
ANIM_WorldClubba_Anim03
, \
.run =
ANIM_WorldClubba_Anim04
, \
.chase =
ANIM_WorldClubba_Anim04
, \
.anim_4 =
ANIM_WorldClubba_Anim02
, \
.anim_5 =
ANIM_WorldClubba_Anim02
, \
.death =
ANIM_WorldClubba_Anim0C
, \
.hit =
ANIM_WorldClubba_Anim0C
, \
.anim_8 =
ANIM_WorldClubba_Anim11
, \
.anim_9 =
ANIM_WorldClubba_Anim12
, \
.anim_A =
ANIM_WorldClubba_Anim07
, \
.anim_B =
ANIM_WorldClubba_Anim08
, \
.anim_C =
ANIM_WorldClubba_Anim01
, \
.anim_D =
ANIM_WorldClubba_Anim02
, \
.anim_E =
ANIM_WorldClubba_Anim02
, \
.anim_F =
ANIM_WorldClubba_Anim02
, \
}
PopupMenu_SelectedIndex
BSS s32 PopupMenu_SelectedIndex
Definition
8a860_len_3f30.c:84
◆
CLUBBA_ANIMS_ALT
#
define
CLUBBA_ANIMS_ALT
Value:
{ \
.idle =
ANIM_WorldClubba_Anim02
, \
.walk =
ANIM_WorldClubba_Anim03
, \
.run =
ANIM_WorldClubba_Anim04
, \
.chase =
ANIM_WorldClubba_Anim04
, \
.anim_4 =
ANIM_WorldClubba_Anim02
, \
.anim_5 =
ANIM_WorldClubba_Anim02
, \
.death =
ANIM_WorldClubba_Anim0C
, \
.hit =
ANIM_WorldClubba_Anim0C
, \
.anim_8 =
ANIM_WorldClubba_Anim11
, \
.anim_9 =
ANIM_WorldClubba_Anim12
, \
.anim_A =
ANIM_WorldClubba_Anim07
, \
.anim_B =
ANIM_WorldClubba_Anim08
, \
.anim_C =
ANIM_WorldClubba_Anim02
, \
.anim_D =
ANIM_WorldClubba_Anim02
, \
.anim_E =
ANIM_WorldClubba_Anim02
, \
.anim_F =
ANIM_WorldClubba_Anim02
, \
}
◆
CLUBBA_DROPS
#
define
CLUBBA_DROPS
Value:
{ \
.dropFlags =
NPC_DROP_FLAG_80
, \
.itemDropChance = 5, \
.itemDrops = { \
{
ITEM_SUPER_SHROOM
, 10, 0 }, \
}, \
.heartDrops =
STANDARD_HEART_DROPS
(3), \
.flowerDrops =
STANDARD_FLOWER_DROPS
(2), \
.minCoinBonus = 2, \
.maxCoinBonus = 3, \
}
NPC_DROP_FLAG_80
@ NPC_DROP_FLAG_80
Definition
enums.h:5108
STANDARD_FLOWER_DROPS
#define STANDARD_FLOWER_DROPS(attempts)
Definition
npc.h:49
STANDARD_HEART_DROPS
#define STANDARD_HEART_DROPS(attempts)
Definition
npc.h:25
◆
CLUBBA_MACE_HITBOX
#
define
CLUBBA_MACE_HITBOX
(
npcID
)
Value:
{ \
.id = npcID, \
.settings = &N(
NpcSettings_Clubba_Hitbox
), \
.pos = {
NPC_DISPOSE_LOCATION
}, \
.yaw = 0, \
.flags =
ENEMY_FLAG_IGNORE_WORLD_COLLISION
|
ENEMY_FLAG_IGNORE_ENTITY_COLLISION
|
ENEMY_FLAG_FLYING
|
ENEMY_FLAG_NO_DROPS
, \
.drops =
NO_DROPS
, \
.animations =
CLUBBA_ANIMS
, \
.extraAnimations = N(
ExtraAnims_Clubba_Hitbox
), \
}
CLUBBA_ANIMS
#define CLUBBA_ANIMS
Definition
Clubba.h:17
ENEMY_FLAG_NO_DROPS
@ ENEMY_FLAG_NO_DROPS
Definition
enums.h:4572
ENEMY_FLAG_FLYING
@ ENEMY_FLAG_FLYING
Definition
enums.h:4560
ENEMY_FLAG_IGNORE_ENTITY_COLLISION
@ ENEMY_FLAG_IGNORE_ENTITY_COLLISION
Definition
enums.h:4559
ENEMY_FLAG_IGNORE_WORLD_COLLISION
@ ENEMY_FLAG_IGNORE_WORLD_COLLISION
Definition
enums.h:4557
NPC_DISPOSE_LOCATION
#define NPC_DISPOSE_LOCATION
Definition
macros.h:169
NO_DROPS
#define NO_DROPS
Definition
npc.h:19
src
world
common
enemy
Clubba.h
Generated by
1.10.0