diff options
Diffstat (limited to 'home')
-rw-r--r-- | home/joypad.asm | 2 | ||||
-rw-r--r-- | home/menu.asm | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/home/joypad.asm b/home/joypad.asm index 2ffd8343c..79129ecc4 100644 --- a/home/joypad.asm +++ b/home/joypad.asm @@ -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. diff --git a/home/menu.asm b/home/menu.asm index fb2db1b91..12dfc67af 100644 --- a/home/menu.asm +++ b/home/menu.asm @@ -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 |