summaryrefslogtreecommitdiff
path: root/home/lcd.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/lcd.asm')
-rw-r--r--home/lcd.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/home/lcd.asm b/home/lcd.asm
index e915806..4553f09 100644
--- a/home/lcd.asm
+++ b/home/lcd.asm
@@ -1,6 +1,6 @@
INCLUDE "constants.asm"
-SECTION "LCD functions", ROM0[$3AE]
+SECTION "home/lcd.asm", ROM0
LCD:: ; 03ae
push af
@@ -77,4 +77,4 @@ EnableLCD:: ; 0423
ld a, [rLCDC]
set 7, a
ld [rLCDC], a
- ret
+ ret \ No newline at end of file