Match m437dll

This commit is contained in:
gamemasterplc 2024-11-10 08:02:32 -06:00
parent ce70fc74af
commit 778bfdc0a8
2 changed files with 4 additions and 3 deletions

View file

@ -1102,8 +1102,8 @@ config.libs = [
Rel( Rel(
"m437Dll", # Balloon of Doom "m437Dll", # Balloon of Doom
objects={ objects={
Object(NonMatching, "REL/m437Dll/main.c"), Object(Matching, "REL/m437Dll/main.c"),
Object(NonMatching, "REL/m437Dll/sequence.c"), Object(Matching, "REL/m437Dll/sequence.c"),
}, },
), ),
Rel( Rel(

View file

@ -1835,7 +1835,8 @@ void fn_1_65E0(omObjData *arg0)
break; break;
} }
if ((temp_r31->unk0C == 4 || temp_r31->unk0C == 7) && temp_r31->unk10 == 0) { if ((temp_r31->unk0C == 4 || temp_r31->unk0C == 7) && temp_r31->unk10 == 0) {
Hu3DModelObjMtxGet(lbl_1_bss_8FC.unk00->model[0], "m437a01-chara-point", sp60); StructBss8FC *temp = &lbl_1_bss_8FC;
Hu3DModelObjMtxGet(temp->unk00->model[0], "m437a01-chara-point", sp60);
arg0->trans.y = sp60[1][3]; arg0->trans.y = sp60[1][3];
} }
} }