diff options
author | YamaArashi <shadow962@live.com> | 2016-04-05 21:03:12 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-04-05 21:03:12 -0700 |
commit | 9edfc54fb8b3c2bc46f9730a0eaa80811cb156dd (patch) | |
tree | d88d90ae5575ef77998d84333d1b7f0ca818ec88 /data/rtc_util.s | |
parent | e0e5cb9ce6e3e43309a43ad3cca8ec8b1a1d6f99 (diff) |
rename RTC files
Diffstat (limited to 'data/rtc_util.s')
-rw-r--r-- | data/rtc_util.s | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/data/rtc_util.s b/data/rtc_util.s deleted file mode 100644 index 599f4e001..000000000 --- a/data/rtc_util.s +++ /dev/null @@ -1,33 +0,0 @@ - .align 2 - -; Dummy values used when the RTC is in an invalid state. -; 2000 Jan 1 00:00:00 -gRtcDummy: ; 81E7610 - .byte 0 - .byte 1 - .byte 1 - .byte 0 - .byte 0 - .byte 0 - .byte 0 - .byte 0 - .byte 0 - .byte 0 - .byte 0 - .byte 0 - - .align 2 - -gNumDaysInMonths: ; 81E761C - .4byte 31 - .4byte 28 - .4byte 31 - .4byte 30 - .4byte 31 - .4byte 30 - .4byte 31 - .4byte 31 - .4byte 30 - .4byte 31 - .4byte 30 - .4byte 31 |