writebackup --> closewindow; game corner prize vendors; others

This commit is contained in:
PikalaxALT
2015-12-24 22:58:42 -05:00
parent 1df28a6beb
commit a5e928eb98
44 changed files with 2604 additions and 2600 deletions

View File

@@ -49,7 +49,7 @@ LoadMenuTextBox:: ; 1d58
MenuTextBoxBackup:: ; 1d67
call MenuTextBox
call WriteBackup
call CloseWindow
ret
; 1d6e
@@ -100,7 +100,7 @@ VerticalMenu::
GetMenu2:: ; 1dab
call LoadMenuDataHeader
call VerticalMenu
call WriteBackup
call CloseWindow
ld a, [wMenuCursorY]
ret
; 1db8
@@ -167,7 +167,7 @@ InterpretTwoOptionMenu:: ; 1dfe
push af
ld c, $f
call DelayFrames
call WriteBackup
call CloseWindow
pop af
jr c, .no
ld a, [wMenuCursorY]