= {
.type = ACTOR_TYPE_GOOMBARIO,
.maxHP = 99,
.partsData = N(ActorParts),
.initScript = &N(EVS_Init),
.statusTable = N(StatusTable),
.spinSmashReq = 4,
.powerBounceChance = 80,
.size = { 29, 26 },
.statusIconOffset = { -10, 20 },
.statusTextOffset = { 10, 20 },
}
@ ACTOR_FLAG_NO_ATTACK
Skip attack turn.
Definition enums.h:3340
#define ARRAY_COUNT(arr)
Definition macros.h:47