diff options
Diffstat (limited to 'engine/rtc.asm')
-rwxr-xr-x | engine/rtc.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/rtc.asm b/engine/rtc.asm index dc49a9630..ab198ee0f 100755 --- a/engine/rtc.asm +++ b/engine/rtc.asm @@ -1,4 +1,4 @@ -StopRTC: ; Unreferenced??? +StopRTC: ; Unreferenced ld a, SRAM_ENABLE ld [MBC3SRamEnable], a call LatchClock |