summaryrefslogtreecommitdiff
path: root/home/tilemap.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/tilemap.asm')
-rwxr-xr-xhome/tilemap.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/home/tilemap.asm b/home/tilemap.asm
index 981dd95c..176d5be2 100755
--- a/home/tilemap.asm
+++ b/home/tilemap.asm
@@ -52,11 +52,11 @@ ApplyTilemap::
call DelayFrames
ret
-OpenAndCloseMenu_HDMATransferTilemapAndAttrmap::
+CGBOnly_CopyTilemapAtOnce::
ldh a, [hCGB]
and a
jr z, WaitBGMap
-
+; fall through
CopyTilemapAtOnce::
ldh a, [hBGMapMode]
push af