diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2018-04-07 22:49:37 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2018-04-07 22:49:37 -0400 |
commit | 83bb25e7af1837d41177d84f1b03d83b42b9478c (patch) | |
tree | 291c3d1502ba75445aad0aa95b9fc68f88b7bf97 /src/use_pokeblock.c | |
parent | 978bdaaa050420289374ddc23aa0017df06e4000 (diff) |
through DebugMenu_807786C; use macro NAKED instead of __attribute__((naked))
Diffstat (limited to 'src/use_pokeblock.c')
-rw-r--r-- | src/use_pokeblock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/use_pokeblock.c b/src/use_pokeblock.c index 8ea93aab8..8205f4f70 100644 --- a/src/use_pokeblock.c +++ b/src/use_pokeblock.c @@ -697,7 +697,7 @@ static void Pokeblock_BufferEnhancedStatText(u8 *dest, u8 statID, s16 a2) } } #else -__attribute__((naked)) +NAKED static void Pokeblock_BufferEnhancedStatText(u8 *dest, u8 a1, s16 a2) { asm_unified("\tpush {r4,lr}\n" |