Add developer-specific macros for g_regHIO child registers

This commit is contained in:
LagoLunatic
2024-07-04 00:57:17 -04:00
parent d71ff64d2d
commit 5778c31aed
20 changed files with 258 additions and 189 deletions
+1 -1
View File
@@ -88,7 +88,7 @@ bool daIkari_c::_execute() {
f32 rotX = *windPow * 10000.0f * l_HIO.mWindPowerScale;
current.angle.x =
rotX + rotX * JMASSin(mTimer * (g_regHIO.mChild[0].mShortRegs[5] + 500) & 0xffff);
rotX + rotX * JMASSin(mTimer * (REG0_S(5) + 500) & 0xffff);
setMtx();