summaryrefslogtreecommitdiff
path: root/src/code/code_0x800AF710.c
diff options
context:
space:
mode:
authorKenix3 <kenixwhisperwind@gmail.com>2021-03-07 19:45:08 -0500
committerKenix3 <kenixwhisperwind@gmail.com>2021-03-10 22:28:06 -0500
commit037ba9a22e2052425aacca4089029764a308669d (patch)
tree033e5f7e74564cfd31591273c886a70ca55a7273 /src/code/code_0x800AF710.c
parentfb1ed529ad9cfeb13158edbe716deb5aace4f272 (diff)
Initial support of tracking progress per code/boot/overlay, and outputs the stats to csv.
Diffstat (limited to 'src/code/code_0x800AF710.c')
-rw-r--r--src/code/code_0x800AF710.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/code/code_0x800AF710.c b/src/code/code_0x800AF710.c
index fe5002783..33697927d 100644
--- a/src/code/code_0x800AF710.c
+++ b/src/code/code_0x800AF710.c
@@ -214,7 +214,7 @@ void Effect_DrawAll(GraphicsContext* gCtxt) {
}
}
#else
-#pragma GLOBAL_ASM("./asm/non_matchings/code_0x800AF710/Effect_DrawAll.asm")
+#pragma GLOBAL_ASM("./asm/non_matchings/code/code_0x800AF710/Effect_DrawAll.asm")
#endif
#ifdef NON_MATCHING
@@ -255,7 +255,7 @@ void Effect_UpdateAll(GlobalContext* ctxt) {
}
}
#else
-#pragma GLOBAL_ASM("./asm/non_matchings/code_0x800AF710/Effect_UpdateAll.asm")
+#pragma GLOBAL_ASM("./asm/non_matchings/code/code_0x800AF710/Effect_UpdateAll.asm")
#endif
void Effect_Destroy(GlobalContext* ctxt, s32 index) {