summaryrefslogtreecommitdiff
path: root/data/rtc.s
blob: 6e681f4d39d949ad54cb936eb04f1e7f99ce0a31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
@ Dummy values used when the RTC is in an invalid state.
@ 2000 Jan 1 00:00:00
	.align 2
	.global gRtcDummy
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
	.global gNumDaysInMonths
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