mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-19 05:22:39 -04:00
Add developer-specific macros for g_regHIO child registers
This commit is contained in:
@@ -355,10 +355,10 @@ void daArrow_c::ShieldReflect() {
|
||||
fopAc_ac_c* ganondorf;
|
||||
if (fopAcM_SearchByName(PROC_GND, &ganondorf) && dComIfGp_getAttention().LockonTruth() && dComIfGp_getAttention().LockonTarget(0) == ganondorf) {
|
||||
cXyz ganondorfChestPos = ganondorf->current.pos;
|
||||
ganondorfChestPos.y = 130.0f + g_regHIO.mChild[8].mFloatRegs[0];
|
||||
ganondorfChestPos.y = 130.0f + REG8_F(0);
|
||||
targetAngleX = -cLib_targetAngleX(&link->current.pos, &ganondorfChestPos);
|
||||
fpcM_SetParam(ganondorf, 0x23);
|
||||
mSparkleTimer = 15 + g_regHIO.mChild[0].mShortRegs[3];
|
||||
mSparkleTimer = 15 + REG0_S(3);
|
||||
mpSparkleEmitter = dComIfGp_particle_set(0x3EE, &link->current.pos);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user