summaryrefslogtreecommitdiff
path: root/home/tilemap.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/tilemap.asm')
-rwxr-xr-xhome/tilemap.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/home/tilemap.asm b/home/tilemap.asm
index 863bafc4..981dd95c 100755
--- a/home/tilemap.asm
+++ b/home/tilemap.asm
@@ -52,7 +52,7 @@ ApplyTilemap::
call DelayFrames
ret
-CGBOnly_CopyTilemapAtOnce::
+OpenAndCloseMenu_HDMATransferTilemapAndAttrmap::
ldh a, [hCGB]
and a
jr z, WaitBGMap
@@ -174,8 +174,8 @@ ClearPalettes::
ret
.cgb
-; Fill wBGPals and wOBPals with $ffff (white)
- ld hl, wBGPals
+; Fill wBGPals2 and wOBPals2 with $ffff (white)
+ ld hl, wBGPals2
ld bc, 16 palettes
ld a, $ff
call ByteFill