summaryrefslogtreecommitdiff
path: root/home/menu.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-04-16 09:30:50 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2020-04-16 09:30:50 -0400
commit58b377f25bf673702f26551824b329fb4675f64d (patch)
tree10144e3fb75ae2181bb834a186851d57c9df44cc /home/menu.asm
parent3540578cb3452944d6c60bc13db16bc1f19b3586 (diff)
Fix #709 miscellaneous issues
Diffstat (limited to 'home/menu.asm')
-rw-r--r--home/menu.asm4
1 files changed, 2 insertions, 2 deletions
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