diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-06-21 16:27:29 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-06-21 16:27:29 -0400 |
commit | 9dee89fae39ce638beed51edbc3f837a6222bd68 (patch) | |
tree | 09f8c7436d45f265e8429c382368c552cf050db3 /engine/rtc/rtc.asm | |
parent | e0df1a6041b73e8304e8c5a691b454652f5a667d (diff) |
Replace "Unreferenced" labels with "; unreferenced" comments
Diffstat (limited to 'engine/rtc/rtc.asm')
-rw-r--r-- | engine/rtc/rtc.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/rtc/rtc.asm b/engine/rtc/rtc.asm index e56bed45..dcd8494d 100644 --- a/engine/rtc/rtc.asm +++ b/engine/rtc/rtc.asm @@ -1,4 +1,4 @@ -Unreferenced_StopRTC: +StopRTC: ; unreferenced ld a, SRAM_ENABLE ld [MBC3SRamEnable], a call LatchClock @@ -54,7 +54,7 @@ TimesOfDay: db MAX_HOUR, NITE_F db -1, MORN_F -Unreferenced_1404e: +BetaTimesOfDay: ; unreferenced db 20, NITE_F db 40, MORN_F db 60, DAY_F |