diff --git a/configure.py b/configure.py index 56ea295c..b010ec9b 100644 --- a/configure.py +++ b/configure.py @@ -1102,8 +1102,8 @@ config.libs = [ Rel( "m437Dll", # Balloon of Doom objects={ - Object(NonMatching, "REL/m437Dll/main.c"), - Object(NonMatching, "REL/m437Dll/sequence.c"), + Object(Matching, "REL/m437Dll/main.c"), + Object(Matching, "REL/m437Dll/sequence.c"), }, ), Rel( diff --git a/src/REL/m437Dll/main.c b/src/REL/m437Dll/main.c index 7b67a481..efabc5e9 100755 --- a/src/REL/m437Dll/main.c +++ b/src/REL/m437Dll/main.c @@ -1835,7 +1835,8 @@ void fn_1_65E0(omObjData *arg0) break; } 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]; } }