Make non-matchings consistent with oot

This commit is contained in:
rozlette
2020-02-20 16:29:22 -06:00
parent c7a60e9fd5
commit 581a97b561
16 changed files with 346 additions and 410 deletions
+1 -1
View File
@@ -94,7 +94,7 @@ s32 StackCheck_GetState(StackEntry* entry) {
return 0;
}
#else
GLOBAL_ASM("asm/nonmatching/stackcheck/StackCheck_GetState.asm")
GLOBAL_ASM("asm/non_matchings/stackcheck/StackCheck_GetState.asm")
#endif
u32 StackCheck_CheckAll() {