diff options
Diffstat (limited to 'misc')
-rw-r--r-- | misc/mobile_22.asm | 8 | ||||
-rw-r--r-- | misc/mobile_40.asm | 4 | ||||
-rwxr-xr-x | misc/mobile_46.asm | 4 | ||||
-rw-r--r-- | misc/mobile_5f.asm | 4 |
4 files changed, 10 insertions, 10 deletions
diff --git a/misc/mobile_22.asm b/misc/mobile_22.asm index 70b4e04e4..64cb84dc3 100644 --- a/misc/mobile_22.asm +++ b/misc/mobile_22.asm @@ -255,7 +255,7 @@ Function89261: ; 89261 push af ld c, $a call DelayFrames - call WriteBackup + call CloseWindow call Function8920f pop af jr c, .done @@ -2816,7 +2816,7 @@ Function8a116: ; 8a116 (22:6116) ret .asm_8a16b call Function89209 - call WriteBackup + call CloseWindow call Function8920f scf ret @@ -2999,7 +2999,7 @@ Function8a2aa: ; 8a2aa (22:62aa) and a ret .asm_8a2ea - call WriteBackup + call CloseWindow .asm_8a2ed scf ret @@ -3901,7 +3901,7 @@ Function8a999: ; 8a999 (22:6999) jr .asm_8a9a1 .asm_8a9bb call Function89209 - call WriteBackup + call CloseWindow call Function8920f ret diff --git a/misc/mobile_40.asm b/misc/mobile_40.asm index 9817f1afc..251876458 100644 --- a/misc/mobile_40.asm +++ b/misc/mobile_40.asm @@ -2857,7 +2857,7 @@ Jumptable_101247: ; 101247 Function101251: ; 101251 call UpdateSprites - call ResetWindow + call RefreshScreen ld hl, UnknownText_0x1021f4 call Function1021e0 call Function1020ea @@ -7752,7 +7752,7 @@ AskMobileOrCable: ; 103612 .skip_load call VerticalMenu - call WriteBackup + call CloseWindow jr c, .pressed_b ld a, [wMenuCursorY] ld [ScriptVar], a diff --git a/misc/mobile_46.asm b/misc/mobile_46.asm index 43810dc89..c0e8634e1 100755 --- a/misc/mobile_46.asm +++ b/misc/mobile_46.asm @@ -1416,7 +1416,7 @@ Function118982: push af ld a, $1 ld [rSVBK], a - call WriteBackup + call CloseWindow pop af ld [rSVBK], a ld a, [wcd38] @@ -1440,7 +1440,7 @@ Function118982: push af ld a, $1 ld [rSVBK], a - call WriteBackup + call CloseWindow pop af ld [rSVBK], a ld a, $7 diff --git a/misc/mobile_5f.asm b/misc/mobile_5f.asm index 2c1972c1a..b16a75232 100644 --- a/misc/mobile_5f.asm +++ b/misc/mobile_5f.asm @@ -456,7 +456,7 @@ Special_Menu_ChallengeExplanationCancel: ; 17d224 .Load_Interpret call LoadMenuDataHeader call Function17d246 - call WriteBackup + call CloseWindow ret ; 17d246 @@ -1939,7 +1939,7 @@ Function17dc1f: ; 17dc1f ld [wMenuCursorY], a .asm_17dc6e - call WriteBackup + call CloseWindow pop af ld [rSVBK], a ld a, [wMenuCursorY] |