diff options
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 |