mapSavestate_save

This commit is contained in:
Banjo Kazooie
2024-05-06 20:35:27 -05:00
parent 861e460347
commit dee99f4207
5 changed files with 48 additions and 55 deletions

View File

@@ -467,11 +467,11 @@ void func_8032DB2C(Cube *cube, NodeProp *arg1) {
}
}
void func_8032DC70(void) {
void func_8032DC70(s32 arg0) {
NodeProp *sp1C;
s32 temp_v0;
sp1C = func_803080C8();
sp1C = func_803080C8(arg0);
if (sp1C != NULL) {
func_8032DB2C(func_80308224(), sp1C);
}