diff options
| author | Tharo <17233964+Thar0@users.noreply.github.com> | 2021-02-24 04:15:58 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-23 23:15:58 -0500 |
| commit | c55e9eeee5f6ed8e2f7cd9912a0b347761ea7126 (patch) | |
| tree | 926f81b788021d29ce3604c8617b0064295e7713 /src/code/code_0x800AF710.c | |
| parent | e0164dba144220fb67b2385ec760fa85535faf6a (diff) | |
pragma variant for GLOBAL_ASM (#49)
* pragma GLOBAL_ASM
* Revert split_asm.py arg description change
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) { |
