diff options
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 0d81a54b2..fe5002783 100644 --- a/src/code/code_0x800AF710.c +++ b/src/code/code_0x800AF710.c @@ -214,7 +214,7 @@ void Effect_DrawAll(GraphicsContext* gCtxt) { } } #else -GLOBAL_ASM("./asm/non_matchings/code_0x800AF710/Effect_DrawAll.asm") +#pragma GLOBAL_ASM("./asm/non_matchings/code_0x800AF710/Effect_DrawAll.asm") #endif #ifdef NON_MATCHING @@ -255,7 +255,7 @@ void Effect_UpdateAll(GlobalContext* ctxt) { } } #else -GLOBAL_ASM("./asm/non_matchings/code_0x800AF710/Effect_UpdateAll.asm") +#pragma GLOBAL_ASM("./asm/non_matchings/code_0x800AF710/Effect_UpdateAll.asm") #endif void Effect_Destroy(GlobalContext* ctxt, s32 index) { |
