From 48e0125bd68054f81e97a5eec14f145dc3c921d7 Mon Sep 17 00:00:00 2001 From: dannye Date: Sun, 12 Jun 2016 01:42:19 -0500 Subject: Remove some leftover address comments --- engine/battle/animations.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engine/battle') diff --git a/engine/battle/animations.asm b/engine/battle/animations.asm index ea5738bc..d6392522 100755 --- a/engine/battle/animations.asm +++ b/engine/battle/animations.asm @@ -1944,7 +1944,7 @@ _AnimationSlideMonOff: ; functions below catch it by checking if the tile number is within the valid ; range and if not, replacing it with a blank tile. -.PlayerNextTile ; 79633 (1e:5633) +.PlayerNextTile ld a, [hl] add 7 ; This is a bug. The lower right corner tile of the mon back pic is blanked @@ -1955,7 +1955,7 @@ _AnimationSlideMonOff: ld a, " " ret -.EnemyNextTile ; 7963c (1e:563c) +.EnemyNextTile ld a, [hl] sub 7 ; This has the same problem as above, but it has no visible effect because -- cgit v1.3.1-sl0p