summaryrefslogtreecommitdiff
path: root/home/time.asm
diff options
context:
space:
mode:
authorluckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com>2018-07-22 09:20:33 -0400
committerGitHub <noreply@github.com>2018-07-22 09:20:33 -0400
commita586811e197d2a28d3a08dff03548fb69342da96 (patch)
treed5eec033243b0031afd3a82d47bbe1b7779d1675 /home/time.asm
parent5ec276e7c77244befe0b6c9931cda191aa3818b6 (diff)
parent5b4ef99f4bfec7a1cf41cd3eab601d355bb0fadf (diff)
Merge pull request #38 from luckytyphlosion/section-reorg
Add linkerscript to replace completely anonymous sections.
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