summaryrefslogtreecommitdiff
path: root/home/tilemap.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/tilemap.asm')
-rw-r--r--home/tilemap.asm3
1 files changed, 1 insertions, 2 deletions
diff --git a/home/tilemap.asm b/home/tilemap.asm
index 4ed05155a..711118ae0 100644
--- a/home/tilemap.asm
+++ b/home/tilemap.asm
@@ -9,7 +9,7 @@ WaitBGMap::
call DelayFrames
ret
-WaitBGMap2:: ; 0x3200
+WaitBGMap2::
ld a, [hCGB]
and a
jr z, .bg0
@@ -25,7 +25,6 @@ WaitBGMap2:: ; 0x3200
ld c, 4
call DelayFrames
ret
-; 0x3218
IsCGB::
ld a, [hCGB]