diff options
author | YamaArashi <shadow962@live.com> | 2016-02-03 00:26:25 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-02-03 00:26:25 -0800 |
commit | 5fd538d1802b2ae9e3e854140f68cb45fe50e97a (patch) | |
tree | a7d3cc4b70435a6cc4a94b4497307393d743f28d /data/rtc_util.s | |
parent | 6f965a9eca507c27049fbd90a57f620b63c92d6d (diff) |
RTC code/data
Diffstat (limited to 'data/rtc_util.s')
-rw-r--r-- | data/rtc_util.s | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/data/rtc_util.s b/data/rtc_util.s new file mode 100644 index 000000000..9ee05f47e --- /dev/null +++ b/data/rtc_util.s @@ -0,0 +1,32 @@ + .align 2 + +; 2000 Jan 1 00:00:00 +gDefaultRtcInfo: ; 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 |