Decompile m431dll/main.c

This commit is contained in:
gamemasterplc 2024-06-13 11:50:54 -05:00
parent d06c30c46e
commit 3669f59cdb
8 changed files with 2404 additions and 100 deletions

View file

@ -2375,14 +2375,14 @@ static void ObjDraw(HsfDrawObject *arg0) {
}
}
void MakeDisplayList(s16 arg0, HsfData *arg1) {
void MakeDisplayList(s16 arg0, u32 arg1) {
HsfData *temp_r31;
ModelData *var_r30;
temp_r31 = Hu3DData[arg0].hsfData;
var_r30 = &Hu3DData[arg0];
curModelID = arg0;
mallocNo = (u32) arg1;
mallocNo = arg1;
faceNumBuf = HuMemDirectMallocNum(HEAP_DATA, 0x800 * sizeof(u16), mallocNo);
MDObjCall(temp_r31, temp_r31->root);
HuMemDirectFree(faceNumBuf);