summaryrefslogtreecommitdiff
path: root/data/rtc_util.s
diff options
context:
space:
mode:
Diffstat (limited to 'data/rtc_util.s')
-rw-r--r--data/rtc_util.s33
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