diff options
author | Diegoisawesome <diego@domoreaweso.me> | 2018-05-11 17:24:32 -0500 |
---|---|---|
committer | Diegoisawesome <diego@domoreaweso.me> | 2018-05-11 17:24:32 -0500 |
commit | 23b050a99e9603d038743dc14a36c808a822423f (patch) | |
tree | 7463de4a9c999351a3e07a24edbc4555d2c0d592 /src/rotating_gate.c | |
parent | 4e2886db8179072badaad0a3ff131b95dd0a7e94 (diff) |
Update naked attribute and ASM_DIRECT to NAKED macro
Diffstat (limited to 'src/rotating_gate.c')
-rw-r--r-- | src/rotating_gate.c | 2 |
1 files changed, 1 insertions, 1 deletions
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\ |