= {
.flags = 0,
.type = ACTOR_TYPE_SUSHIE,
.level = ACTOR_LEVEL_SUSHIE,
.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 = { 37, 26 },
.healthBarOffset = { 0, 0 },
.statusIconOffset = { -10, 20 },
.statusTextOffset = { 10, 20 },
}
446 {
447 .flags = 0,
448 .type = ACTOR_TYPE_SUSHIE,
449 .level = ACTOR_LEVEL_SUSHIE,
450 .maxHP = 99,
452 .partsData = N(ActorParts),
453 .initScript = &N(EVS_Init),
454 .statusTable = N(StatusTable),
455 .escapeChance = 0,
456 .airLiftChance = 0,
457 .hurricaneChance = 0,
458 .spookChance = 0,
459 .upAndAwayChance = 0,
460 .spinSmashReq = 4,
461 .powerBounceChance = 80,
462 .coinReward = 0,
463 .size = { 37, 26 },
464 .healthBarOffset = { 0, 0 },
465 .statusIconOffset = { -10, 20 },
466 .statusTextOffset = { 10, 20 },
467};