summaryrefslogtreecommitdiff
path: root/home/time.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/time.asm')
-rw-r--r--home/time.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/home/time.asm b/home/time.asm
index d82235d..98f3827 100644
--- a/home/time.asm
+++ b/home/time.asm
@@ -1,6 +1,6 @@
include "constants.asm"
-SECTION "RTC and Time Functions", ROM0 [$042B]
+SECTION "home/time.asm", ROM0
LatchClock: ; 42b (0:042b)
ld a, 0
@@ -135,4 +135,4 @@ Function0502:: ; 0502
res 6, a
ld [MBC3RTC], a
call CloseSRAM
- ret
+ ret \ No newline at end of file