= {
.flags = 0,
.type = ACTOR_TYPE_SHY_GUY,
.level = ACTOR_LEVEL_SHY_GUY,
.maxHP = 7,
.partsData = N(ActorParts),
.initScript = &N(EVS_Init),
.statusTable = N(StatusTable),
.escapeChance = 60,
.airLiftChance = 85,
.hurricaneChance = 80,
.spookChance = 80,
.upAndAwayChance = 95,
.spinSmashReq = 0,
.powerBounceChance = 100,
.coinReward = 1,
.size = { 28, 24 },
.healthBarOffset = { 0, 0 },
.statusIconOffset = { -10, 20 },
.statusTextOffset = { 10, 20 },
}
#define ARRAY_COUNT(arr)
Definition macros.h:47