diff options
author | yenatch <yenatch@gmail.com> | 2013-07-25 21:20:19 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-07-25 21:20:19 -0400 |
commit | 45f52b0f71ee05a9d24e2acdf982a1634fefab47 (patch) | |
tree | 2655fa87206ef2d213bb7feaa8ade8551298be6e /main.asm | |
parent | 4d72b06bccf62a4063e8a4c23faad2ef6e8c76c1 (diff) |
Remove erroneous TileX/Y labels
Diffstat (limited to 'main.asm')
-rw-r--r-- | main.asm | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3319,10 +3319,10 @@ Function1c47: ; 0x1c47 Function1c53: ; 0x1c53 ld a, [$cf82] ld b, a - ld a, [TileX] + ld a, [$cf84] sub b ld b, a - ld a, [TileY] + ld a, [$cf83] ld c, a ld a, [$cf85] sub c |