diff options
author | YamaArashi <shadow962@live.com> | 2016-04-05 20:51:34 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-04-05 20:51:34 -0700 |
commit | e0e5cb9ce6e3e43309a43ad3cca8ec8b1a1d6f99 (patch) | |
tree | b10fa62dc497a26de5da36f21f3f8ec92b424406 /data | |
parent | 590888bf2791f5a800446c6908de0ab7c7c5035a (diff) |
small string/RTC code changes
Diffstat (limited to 'data')
-rw-r--r-- | data/rtc_util.s | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/data/rtc_util.s b/data/rtc_util.s index 9ee05f47e..599f4e001 100644 --- a/data/rtc_util.s +++ b/data/rtc_util.s @@ -1,7 +1,8 @@ .align 2 +; Dummy values used when the RTC is in an invalid state. ; 2000 Jan 1 00:00:00 -gDefaultRtcInfo: ; 81E7610 +gRtcDummy: ; 81E7610 .byte 0 .byte 1 .byte 1 |