Go to the source code of this file.
◆ battle_partner_goompa
Initial value:= {
.maxHP = 99,
.partsData = N(ActorParts),
.initScript = &N(EVS_Init),
.statusTable = N(StatusTable),
.spinSmashReq = 4,
.powerBounceChance = 80,
.size = { 29, 26 },
.statusIconOffset = { -10, 20 },
.statusTextOffset = { 10, 20 },
}
BSS s32 PopupMenu_SelectedIndex
@ ACTOR_FLAG_NO_ATTACK
Skip attack turn.
Definition at line 73 of file goompa.c.
73 {
76 .maxHP = 99,
78 .partsData = N(ActorParts),
79 .initScript = &N(EVS_Init),
80 .statusTable = N(StatusTable),
81 .spinSmashReq = 4,
82 .powerBounceChance = 80,
83 .size = { 29, 26 },
84 .statusIconOffset = { -10, 20 },
85 .statusTextOffset = { 10, 20 },
86};