You've already forked Microtransactions64
mirror of
https://github.com/Print-and-Panic/Microtransactions64.git
synced 2026-01-21 10:17:19 -08:00
Clear pointers + misc recommended fixes
This commit is contained in:
@@ -315,6 +315,10 @@ static void level_cmd_init_level(void) {
|
||||
clear_objects();
|
||||
clear_areas();
|
||||
main_pool_push_state();
|
||||
for (u8 clearPointers; clearPointers < 8; clearPointers++) {
|
||||
gAreaSkyboxStart[clearPointers] = 0;
|
||||
gAreaSkyboxEnd[clearPointers] = 0;
|
||||
}
|
||||
|
||||
sCurrentCmd = CMD_NEXT;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user