summaryrefslogtreecommitdiff
path: root/home/menu_window.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/menu_window.asm')
-rw-r--r--home/menu_window.asm2
1 files changed, 0 insertions, 2 deletions
diff --git a/home/menu_window.asm b/home/menu_window.asm
index 49536d5f0..7c511097d 100644
--- a/home/menu_window.asm
+++ b/home/menu_window.asm
@@ -187,14 +187,12 @@ ClearWholeMenuBox::
call ClearBox
ret
-
MenuBoxCoord2Tile::
ld a, [wMenuBorderLeftCoord]
ld c, a
ld a, [wMenuBorderTopCoord]
ld b, a
-
Coord2Tile::
; Return the address of wTileMap(c, b) in hl.
xor a