= {
.type = ACTOR_TYPE_SHY_SQUAD,
.level = ACTOR_LEVEL_SHY_SQUAD,
.maxHP = 15,
.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 = { 28, 24 },
.healthBarOffset = { 0, 0 },
.statusIconOffset = { -10, 20 },
.statusTextOffset = { 10, 20 },
}
@ ACTOR_FLAG_NO_SHADOW
Hide shadow.
Definition enums.h:3326
#define ARRAY_COUNT(arr)
Definition macros.h:47