Paper Mario DX
Paper Mario (N64) modding
 
Loading...
Searching...
No Matches
goombario.c File Reference

Go to the source code of this file.

Variables

s32 bActorTattles []
 
ActorBlueprint battle_partner_goombario
 

Variable Documentation

◆ bActorTattles

s32 bActorTattles[]
extern

◆ battle_partner_goombario

ActorBlueprint battle_partner_goombario
Initial value:
= {
.flags = 0,
.maxHP = 99,
.partCount = ARRAY_COUNT(N(ActorParts)),
.partsData = N(ActorParts),
.initScript = &N(EVS_Init),
.statusTable = N(StatusTable),
.escapeChance = 0,
.airLiftChance = 0,
.hurricaneChance = 0,
.spookChance = 0,
.upAndAwayChance = 0,
.spinSmashReq = 4,
.powerBounceChance = 80,
.coinReward = 0,
.size = { 29, 26 },
.healthBarOffset = { 0, 0 },
.statusIconOffset = { -10, 20 },
.statusTextOffset = { 10, 20 },
}
BSS s32 PopupMenu_SelectedIndex
#define ARRAY_COUNT(arr)
Definition macros.h:39

Definition at line 541 of file goombario.c.

541 {
542 .flags = 0,
543 .type = ACTOR_TYPE_GOOMBARIO,
544 .level = ACTOR_LEVEL_GOOMBARIO,
545 .maxHP = 99,
546 .partCount = ARRAY_COUNT(N(ActorParts)),
547 .partsData = N(ActorParts),
548 .initScript = &N(EVS_Init),
549 .statusTable = N(StatusTable),
550 .escapeChance = 0,
551 .airLiftChance = 0,
552 .hurricaneChance = 0,
553 .spookChance = 0,
554 .upAndAwayChance = 0,
555 .spinSmashReq = 4,
556 .powerBounceChance = 80,
557 .coinReward = 0,
558 .size = { 29, 26 },
559 .healthBarOffset = { 0, 0 },
560 .statusIconOffset = { -10, 20 },
561 .statusTextOffset = { 10, 20 },
562};