Go to the source code of this file.
◆ battle_partner_kooper
Initial value:= {
.flags = 0,
.maxHP = 99,
.escapeChance = 0,
.airLiftChance = 0,
.hurricaneChance = 0,
.spookChance = 0,
.upAndAwayChance = 0,
.spinSmashReq = 4,
.powerBounceChance = 80,
.coinReward = 0,
.size = { 32, 38 },
.healthBarOffset = { 0, 0 },
.statusIconOffset = { -10, 30 },
.statusTextOffset = { 10, 30 },
}
BSS s32 PopupMenu_SelectedIndex
Definition at line 250 of file kooper.c.
250 {
251 .flags = 0,
254 .maxHP = 99,
259 .escapeChance = 0,
260 .airLiftChance = 0,
261 .hurricaneChance = 0,
262 .spookChance = 0,
263 .upAndAwayChance = 0,
264 .spinSmashReq = 4,
265 .powerBounceChance = 80,
266 .coinReward = 0,
267 .size = { 32, 38 },
268 .healthBarOffset = { 0, 0 },
269 .statusIconOffset = { -10, 30 },
270 .statusTextOffset = { 10, 30 },
271};