summaryrefslogtreecommitdiff
path: root/home/menu.asm
diff options
context:
space:
mode:
authormid-kid <esteve.varela@gmail.com>2018-06-25 02:10:37 +0200
committermid-kid <esteve.varela@gmail.com>2018-06-25 02:10:37 +0200
commit5efce10789bc8291ca5517bdeaacab95459b3fdb (patch)
tree94eaaa56e9c7d869dd6ffe86be1abc0af3ccc2b9 /home/menu.asm
parent0cbe04da44744073c4c164df970b1571b1fda1a6 (diff)
Remove even more address comments
That should be all of them this time
Diffstat (limited to 'home/menu.asm')
-rw-r--r--home/menu.asm4
1 files changed, 0 insertions, 4 deletions
diff --git a/home/menu.asm b/home/menu.asm
index 976292291..dd8442cb7 100644
--- a/home/menu.asm
+++ b/home/menu.asm
@@ -13,7 +13,6 @@ CopyMenuHeader::
ld a, [hROMBank]
ld [wMenuDataBank], a
ret
-; 0x1d4b
StoreTo_wMenuCursorBuffer::
ld [wMenuCursorBuffer], a
@@ -109,7 +108,6 @@ CopyNameFromMenu::
pop bc
pop hl
ret
-; 0x1dcf
YesNoBox::
@@ -246,7 +244,6 @@ MenuWriteText::
pop af
ld [hOAMUpdate], a
ret
-; 0x1ea6
AutomaticGetMenuBottomCoord::
ld a, [wMenuBorderLeftCoord]
@@ -505,7 +502,6 @@ PlayClickSFX::
call PlaySFX
pop de
ret
-; 0x2012
MenuTextBoxWaitButton::
call MenuTextBox