Go to the source code of this file.
◆ bActorTattles
◆ battle_partner_goombario
Initial value:= {
.flags = 0,
.maxHP = 99,
.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
Definition at line 542 of file goombario.c.
542 {
543 .flags = 0,
546 .maxHP = 99,
551 .escapeChance = 0,
552 .airLiftChance = 0,
553 .hurricaneChance = 0,
554 .spookChance = 0,
555 .upAndAwayChance = 0,
556 .spinSmashReq = 4,
557 .powerBounceChance = 80,
558 .coinReward = 0,
559 .size = { 29, 26 },
560 .healthBarOffset = { 0, 0 },
561 .statusIconOffset = { -10, 20 },
562 .statusTextOffset = { 10, 20 },
563};