Paper Mario DX
Paper Mario (N64) modding
 
Loading...
Searching...
No Matches
bombette.c File Reference

Go to the source code of this file.

Enumerations

enum  { LF_MashEnded = LFlag0 , LF_MashStarted = LFlag2 }
 

Variables

ActorBlueprint battle_partner_bombette
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
LF_MashEnded 
LF_MashStarted 

Definition at line 33 of file bombette.c.

33 {
36};
@ LF_MashEnded
Definition bombette.c:34
@ LF_MashStarted
Definition bombette.c:35
#define LFlag0
Definition macros.h:167
#define LFlag2
Definition macros.h:169

Variable Documentation

◆ battle_partner_bombette

ActorBlueprint battle_partner_bombette
Initial value:
= {
.flags = 0,
.type = ACTOR_TYPE_BOMBETTE,
.level = ACTOR_LEVEL_BOMBETTE,
.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 = { 30, 28 },
.healthBarOffset = { 0, 0 },
.statusIconOffset = { -10, 20 },
.statusTextOffset = { 10, 20 },
}
#define ARRAY_COUNT(arr)
Definition macros.h:40

Definition at line 315 of file bombette.c.

315 {
316 .flags = 0,
317 .type = ACTOR_TYPE_BOMBETTE,
318 .level = ACTOR_LEVEL_BOMBETTE,
319 .maxHP = 99,
320 .partCount = ARRAY_COUNT(N(ActorParts)),
321 .partsData = N(ActorParts),
322 .initScript = &N(EVS_Init),
323 .statusTable = N(StatusTable),
324 .escapeChance = 0,
325 .airLiftChance = 0,
326 .hurricaneChance = 0,
327 .spookChance = 0,
328 .upAndAwayChance = 0,
329 .spinSmashReq = 4,
330 .powerBounceChance = 80,
331 .coinReward = 0,
332 .size = { 30, 28 },
333 .healthBarOffset = { 0, 0 },
334 .statusIconOffset = { -10, 20 },
335 .statusTextOffset = { 10, 20 },
336};