From 23b050a99e9603d038743dc14a36c808a822423f Mon Sep 17 00:00:00 2001 From: Diegoisawesome Date: Fri, 11 May 2018 17:24:32 -0500 Subject: Update naked attribute and ASM_DIRECT to NAKED macro --- src/battle_script_commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/battle_script_commands.c') diff --git a/src/battle_script_commands.c b/src/battle_script_commands.c index c382daaf4..811aba128 100644 --- a/src/battle_script_commands.c +++ b/src/battle_script_commands.c @@ -3608,7 +3608,7 @@ static void atk24(void) } } #else -ASM_DIRECT +NAKED static void atk24(void) { asm("\n\ -- cgit v1.2.3