diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2018-05-10 17:54:30 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2018-05-10 17:54:30 -0400 |
commit | 7fdebe0d15754d315386a5bb308d5b7a2eaf648f (patch) | |
tree | 0a6b8240b49d8aa84f77f12024a6f2a3e35af759 /src/rotating_gate.c | |
parent | dfc83cf28f0040a62ea52fb7ab7783d4e15baded (diff) |
through sub_80DAE0C
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\ |