diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-10 16:53:37 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-10 16:53:37 -0500 |
commit | d13fb46d405eb1cbc78c4f7c8823cfce5cfdbfab (patch) | |
tree | cc41006e4160aac7de10704bff7eaea30dc81591 /engine/map_objects.asm | |
parent | ba05bfeafec51b183986ecaacd22c718ec21f56a (diff) |
enum macros/move_anim.asm, resolve battle/anims.asm function labels
Diffstat (limited to 'engine/map_objects.asm')
-rw-r--r-- | engine/map_objects.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/map_objects.asm b/engine/map_objects.asm index ae661a392..bc1ce4a67 100644 --- a/engine/map_objects.asm +++ b/engine/map_objects.asm @@ -2995,7 +2995,7 @@ Function56cd: ; 56cd jr nc, .ok8 ld c, a push bc - call GetTileCoord + call Coord2Tile pop bc ld a, [hl] cp $60 |