summaryrefslogtreecommitdiff
path: root/engine/player_step.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2016-04-18 08:01:12 -0400
committeryenatch <yenatch@gmail.com>2016-04-18 08:01:12 -0400
commit7aef59841489ea449b9a34d424c681a4b48b88ab (patch)
tree72d46f1cc076564f62b11f5379960cd745a7fc9a /engine/player_step.asm
parentc5fb2c947ffcdd0ddd80319a24a6acbe828d9598 (diff)
parent5d94fb22ed0e4c9edfca506b80f50ef71fd78664 (diff)
Merge pull request #338 from PikalaxALT/master
Battle anims, HP Bar anim
Diffstat (limited to 'engine/player_step.asm')
-rwxr-xr-xengine/player_step.asm8
1 files changed, 4 insertions, 4 deletions
diff --git a/engine/player_step.asm b/engine/player_step.asm
index d0ae42451..48abcecbc 100755
--- a/engine/player_step.asm
+++ b/engine/player_step.asm
@@ -59,7 +59,7 @@ HandlePlayerStep: ; d4e5 (3:54e5)
ret
.Jumptable: ; d4f2 (3:54f2)
-
+
dw GetMovementPermissions
dw BufferScreen
dw .mobile
@@ -73,14 +73,14 @@ HandlePlayerStep: ; d4e5 (3:54e5)
dw .fail1
dw .fail1
-.fail1: ; d508 (3:5508)
+.fail1 ; d508 (3:5508)
ret
-.mobile: ; d509 (3:5509)
+.mobile ; d509 (3:5509)
callba MobileFn_10602e
ret
-.fail2: ; d510 (3:5510)
+.fail2 ; d510 (3:5510)
ret
UpdatePlayerCoords: ; d511 (3:5511)