summaryrefslogtreecommitdiff
path: root/home/window.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/window.asm')
-rw-r--r--home/window.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/home/window.asm b/home/window.asm
index 9e86453..178ad9b 100644
--- a/home/window.asm
+++ b/home/window.asm
@@ -1,6 +1,6 @@
include "constants.asm"
-SECTION "Window Functions", ROM0[$1fd4]
+SECTION "home/window.asm", ROM0
RefreshScreen::
call ClearWindowData
@@ -20,4 +20,4 @@ Function1fea::
call TextboxCleanup
call ClearWindowData
call InitToolgearBuffer
- ret
+ ret \ No newline at end of file