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
@@ -33,7 +33,7 @@ dAttParam_c::~dAttParam_c() {
/* 8009D2B0-8009D2E0 .text execute__19dAttDraw_CallBack_cFUsP16J3DTransformInfo */
bool dAttDraw_CallBack_c::execute(u16 timing, J3DTransformInfo* xform) {
if (timing == 0) {
xform->mTranslate.y *= g_regHIO.mChild[6].mFloatRegs[17] + 0.6f;
xform->mTranslate.y *= REG6_F(17) + 0.6f;
}
return true;
}