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/z_prenmi.c | |
| parent | fb1ed529ad9cfeb13158edbe716deb5aace4f272 (diff) | |
Initial support of tracking progress per code/boot/overlay, and outputs the stats to csv.
Diffstat (limited to 'src/code/z_prenmi.c')
| -rw-r--r-- | src/code/z_prenmi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/z_prenmi.c b/src/code/z_prenmi.c index 5a9fee3cb..53120b88d 100644 --- a/src/code/z_prenmi.c +++ b/src/code/z_prenmi.c @@ -30,7 +30,7 @@ void PreNMI_Draw(PreNMIContext* prenmiCtx) { gDPFillRectangle(gfxCtx->polyOpa.p++, 0, prenmiCtx->timer + 100, 320 /*SCREEN_WIDTH*/ - 1, prenmiCtx->timer + 100); } #else -#pragma GLOBAL_ASM("asm/non_matchings/z_prenmi/PreNMI_Draw.asm") +#pragma GLOBAL_ASM("./asm/non_matchings/code/z_prenmi/PreNMI_Draw.asm") #endif void PreNMI_Main(PreNMIContext* prenmiCtx) { |
