Go to the source code of this file.
◆ battle_partner_twink
Initial value:= {
.maxHP = 99,
.escapeChance = 0,
.airLiftChance = 0,
.hurricaneChance = 0,
.spookChance = 0,
.upAndAwayChance = 0,
.spinSmashReq = 4,
.powerBounceChance = 80,
.coinReward = 0,
.size = { 20, 20 },
.healthBarOffset = { 0, 0 },
.statusIconOffset = { -10, 30 },
.statusTextOffset = { 13, 31 },
}
BSS s32 PopupMenu_SelectedIndex
@ ACTOR_FLAG_NO_DMG_APPLY
Damage is not applied to actor HP.
Definition at line 91 of file twink.c.
91 {
95 .maxHP = 99,
100 .escapeChance = 0,
101 .airLiftChance = 0,
102 .hurricaneChance = 0,
103 .spookChance = 0,
104 .upAndAwayChance = 0,
105 .spinSmashReq = 4,
106 .powerBounceChance = 80,
107 .coinReward = 0,
108 .size = { 20, 20 },
109 .healthBarOffset = { 0, 0 },
110 .statusIconOffset = { -10, 30 },
111 .statusTextOffset = { 13, 31 },
112};