summaryrefslogtreecommitdiff
path: root/src/debug/nakamura_debug_menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/debug/nakamura_debug_menu.c')
-rw-r--r--src/debug/nakamura_debug_menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debug/nakamura_debug_menu.c b/src/debug/nakamura_debug_menu.c
index 3880c7b7b..f40d5556a 100644
--- a/src/debug/nakamura_debug_menu.c
+++ b/src/debug/nakamura_debug_menu.c
@@ -1335,7 +1335,7 @@ static u8 SetPokeblock_CalcColor(u8 * dest, struct Pokeblock * pokeblock)
return 0; // PBLOCK_CLR_UNKNOWN
}
#else
-__attribute__((naked))
+NAKED
static u8 SetPokeblock_CalcColor(u8 * dest, struct Pokeblock * pokeblock)
{
asm("\tpush\t{r4, r5, r6, r7, lr}\n"