diff options
Diffstat (limited to 'home/time.asm')
-rw-r--r-- | home/time.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/time.asm b/home/time.asm index b708329c5..2a866d6b5 100644 --- a/home/time.asm +++ b/home/time.asm @@ -256,7 +256,7 @@ SetClock:: call CloseSRAM ; unlatch clock, disable clock r/w ret -ClearRTCStatus:: +UnreferencedClearRTCStatus:: ; clear sRTCStatusFlags xor a push af |