diff options
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 |