Move variables in .data for most of boot files that have been decompiled

This commit is contained in:
rozlette
2020-02-28 15:16:12 -06:00
parent 2ee01ad0b7
commit dc37a6f9f5
17 changed files with 1109 additions and 34 deletions
+3
View File
@@ -1,6 +1,9 @@
#include <ultra64.h>
#include <global.h>
StackEntry* sStackInfoListStart = NULL;
StackEntry* sStackInfoListEnd = NULL;
void StackCheck_Init(StackEntry* entry, u32 stackTop, u32 stackBottom, u32 initValue, s32 minSpace, char* name) {
StackEntry* iter;
u32* addr;