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/window.asm | |
parent | b87cc706430f281d6af24daa942890574449a803 (diff) |
Finish home cleanup, identify tileset data, other misc cleanups.
Diffstat (limited to 'home/window.asm')
-rw-r--r-- | home/window.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/home/window.asm b/home/window.asm index e2df3d4f..7a0cb024 100644 --- a/home/window.asm +++ b/home/window.asm @@ -38,7 +38,7 @@ CloseText:: ldh [hWY], a farcall Function1415c call ReplaceChrisSprite - ld hl, wd565 + ld hl, wEnteredMapFromContinue res 7, [hl] call ResetBGWindow ret @@ -65,7 +65,7 @@ _OpenAndCloseMenu_HDMATransferTilemapAndAttrmap:: ld a, 1 ldh [hOAMUpdate], a - call CGBOnly_CopyTilemapAtOnce + call OpenAndCloseMenu_HDMATransferTilemapAndAttrmap pop af ldh [hOAMUpdate], a |