summaryrefslogtreecommitdiff
path: root/home/serial.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/serial.asm')
-rw-r--r--home/serial.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/home/serial.asm b/home/serial.asm
index d51e5a6..6d4568b 100644
--- a/home/serial.asm
+++ b/home/serial.asm
@@ -1,6 +1,6 @@
INCLUDE "constants.asm"
-SECTION "Serial handler", ROM0[$602]
+SECTION "home/serial.asm", ROM0
Serial::
push af
@@ -344,4 +344,4 @@ Unreferenced_Function7e6::
ldh [hSerialReceive], a
ld a, (1 << rSC_ON)
ldh [rSC], a
- ret
+ ret \ No newline at end of file