diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-12-24 22:58:42 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-12-24 22:58:42 -0500 |
commit | a5e928eb984d8995d17e42d415f687f5affb2935 (patch) | |
tree | 987ca936c71a712feabbf831f306b79d1feac7bf /misc/mobile_46.asm | |
parent | 1df28a6beb1f25bba384e446febe833c68b17056 (diff) |
writebackup --> closewindow; game corner prize vendors; others
Diffstat (limited to 'misc/mobile_46.asm')
-rwxr-xr-x | misc/mobile_46.asm | 4 |
1 files changed, 2 insertions, 2 deletions
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 |