= {
.flags = 0,
.maxHP = 99,
.escapeChance = 0,
.airLiftChance = 0,
.hurricaneChance = 0,
.spookChance = 0,
.upAndAwayChance = 0,
.spinSmashReq = 4,
.powerBounceChance = 80,
.coinReward = 0,
.size = { 30, 28 },
.healthBarOffset = { 0, 0 },
.statusIconOffset = { -10, 20 },
.statusTextOffset = { 10, 20 },
}
BSS s32 PopupMenu_SelectedIndex
315 {
316 .flags = 0,
319 .maxHP = 99,
324 .escapeChance = 0,
325 .airLiftChance = 0,
326 .hurricaneChance = 0,
327 .spookChance = 0,
328 .upAndAwayChance = 0,
329 .spinSmashReq = 4,
330 .powerBounceChance = 80,
331 .coinReward = 0,
332 .size = { 30, 28 },
333 .healthBarOffset = { 0, 0 },
334 .statusIconOffset = { -10, 20 },
335 .statusTextOffset = { 10, 20 },
336};