= {
.flags = 0,
.type = ACTOR_TYPE_GOOMBARIO,
.level = ACTOR_LEVEL_GOOMBARIO,
.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 },
}
542 {
543 .flags = 0,
544 .type = ACTOR_TYPE_GOOMBARIO,
545 .level = ACTOR_LEVEL_GOOMBARIO,
546 .maxHP = 99,
548 .partsData = N(ActorParts),
549 .initScript = &N(EVS_Init),
550 .statusTable = N(StatusTable),
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};