summaryrefslogtreecommitdiff
path: root/engine/events.asm
diff options
context:
space:
mode:
authorpikalaxalt <PikalaxALT@gmail.com>2016-05-14 13:46:14 -0400
committerpikalaxalt <PikalaxALT@gmail.com>2016-05-14 13:46:14 -0400
commit1fa6aecbfcc81b8794ca10e6d88837b1645f95e1 (patch)
tree52fc07965084952c820b0e5eea1d858da217f273 /engine/events.asm
parent3108c9fa6a265a7ecbac6fa2aaa458025f5aeead (diff)
Unify directional movement macros
Diffstat (limited to 'engine/events.asm')
-rw-r--r--engine/events.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/events.asm b/engine/events.asm
index 495211141..0e8b29afc 100644
--- a/engine/events.asm
+++ b/engine/events.asm
@@ -547,7 +547,7 @@ OWPlayerInput: ; 96974
.Action:
push af
- callba Function80422
+ callba StopPlayerForEvent
pop af
scf
ret