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/rotating_gate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rotating_gate.c') diff --git a/src/rotating_gate.c b/src/rotating_gate.c index db5935fc3..a16401fa2 100644 --- a/src/rotating_gate.c +++ b/src/rotating_gate.c @@ -925,7 +925,7 @@ static s32 RotatingGate_CanRotate(u8 gateId, s16 rotationDirection) } #else -ASM_DIRECT +NAKED static s32 RotatingGate_CanRotate(u8 a, s16 rotationDirection) { asm(".syntax unified\n\ -- cgit v1.2.3