You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Fix #709 miscellaneous issues
This commit is contained in:
@@ -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.
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user