papermario
Decompilation of Paper Mario
 
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Loading...
Searching...
No Matches
watt.c File Reference

Macros

#define NAMESPACE   battle_partner_watt
 

Variables

s32 D_8023B948_707438 [] = { 3, 3, 4, 7, 10, 13, 16, 16, 16, 16 }
 
ActorBlueprint battle_partner_watt
 

Macro Definition Documentation

◆ NAMESPACE

#define NAMESPACE   battle_partner_watt

Variable Documentation

◆ battle_partner_watt

ActorBlueprint battle_partner_watt
Initial value:
= {
.type = ACTOR_TYPE_WATT,
.level = ACTOR_LEVEL_WATT,
.maxHP = 99,
.partCount = ARRAY_COUNT(N(ActorParts)),
.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 = { 34, 28 },
.healthBarOffset = { 0, 0 },
.statusIconOffset = { -10, 20 },
.statusTextOffset = { 10, 20 },
}
@ ACTOR_FLAG_FLYING
Quake Hammer can't hit.
Definition enums.h:3330
#define ARRAY_COUNT(arr)
Definition macros.h:47

◆ D_8023B948_707438

s32 D_8023B948_707438 = { 3, 3, 4, 7, 10, 13, 16, 16, 16, 16 }