diff options
| author | Kenix3 <kenixwhisperwind@gmail.com> | 2021-03-07 19:45:08 -0500 |
|---|---|---|
| committer | Kenix3 <kenixwhisperwind@gmail.com> | 2021-03-10 22:28:06 -0500 |
| commit | 037ba9a22e2052425aacca4089029764a308669d (patch) | |
| tree | 033e5f7e74564cfd31591273c886a70ca55a7273 /src/code/code_0x800AF710.c | |
| parent | fb1ed529ad9cfeb13158edbe716deb5aace4f272 (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.c | 4 |
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) { |
