Fix #709 miscellaneous issues

This commit is contained in:
Rangi
2020-04-16 09:30:50 -04:00
parent 3540578cb3
commit 58b377f25b
8 changed files with 15 additions and 14 deletions

View File

@@ -1,5 +1,5 @@
Joypad::
; Replaced by Joypad, called from VBlank instead of the useless
; Replaced by UpdateJoypad, called from VBlank instead of the useless
; joypad interrupt.
; This is a placeholder in case the interrupt is somehow enabled.

View File

@@ -517,9 +517,9 @@ DoNthMenu::
ret
SetUpMenu::
call DrawVariableLengthMenuBox ; ???
call DrawVariableLengthMenuBox
call MenuWriteText
call InitMenuCursorAndButtonPermissions ; set up selection pointer
call InitMenuCursorAndButtonPermissions
ld hl, w2DMenuFlags1
set 7, [hl]
ret