= {
.flags = 0,
.maxHP = 99,
.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
541 {
542 .flags = 0,
545 .maxHP = 99,
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};