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.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/home/menu_window.asm b/home/menu_window.asm
index 104a8eb..4911863 100644
--- a/home/menu_window.asm
+++ b/home/menu_window.asm
@@ -1,6 +1,6 @@
include "constants.asm"
-SECTION "Menu Window Functions", ROM0 [$1a64]
+SECTION "home/menu_window.asm", ROM0
SetMenuAttributes::
push hl
@@ -518,4 +518,4 @@ Coord2Tile:: ; 00:1d35
add hl, bc
bccoord 0, 0
add hl, bc
- ret
+ ret \ No newline at end of file