diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-05-24 15:09:27 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-05-24 15:09:27 -0400 |
commit | f238d23a393c03b10bba9967d7e5cecd936a771c (patch) | |
tree | 78841ca11c190f4665b7c29bb846855139710f68 /arm9/asm/RTC_convert.s | |
parent | 58a62f5a8c762fef4ce5cec1c3891a81703c859a (diff) |
Distribute rom2_4.s
Diffstat (limited to 'arm9/asm/RTC_convert.s')
-rw-r--r-- | arm9/asm/RTC_convert.s | 23 |
1 files changed, 22 insertions, 1 deletions
diff --git a/arm9/asm/RTC_convert.s b/arm9/asm/RTC_convert.s index 0dde95b7..37e8cd0e 100644 --- a/arm9/asm/RTC_convert.s +++ b/arm9/asm/RTC_convert.s @@ -1,8 +1,29 @@ .include "asm/macros.inc" .include "global.inc" - .extern UNK_02106A20 .extern UNK_02106A1C + .extern UNK_02106A20 + + .section .data + + .global UNK_02106A1C +UNK_02106A1C: ; 0x02106A1C + .word 0 + + .global UNK_02106A20 +UNK_02106A20: ; 0x02106A20 + .word 0 ; Jan + .word 31 ; Feb + .word 59 ; Mar + .word 90 ; Apr + .word 120 ; May + .word 151 ; Jun + .word 181 ; Jul + .word 212 ; Aug + .word 243 ; Sep + .word 273 ; Oct + .word 304 ; Nov + .word 334 ; Dec .text |