diff options
author | entrpntr <entrpntr@gmail.com> | 2020-04-22 23:15:53 -0400 |
---|---|---|
committer | entrpntr <entrpntr@gmail.com> | 2020-04-22 23:18:36 -0400 |
commit | 1d456d5f66627e8023c074419180639cc027e7bc (patch) | |
tree | 96b4ef0b214f716d7c5478804d9f9bb596373564 /home/tilemap.asm | |
parent | b87cc706430f281d6af24daa942890574449a803 (diff) |
Finish home cleanup, identify tileset data, other misc cleanups.
Diffstat (limited to 'home/tilemap.asm')
-rwxr-xr-x | home/tilemap.asm | 6 |
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 |