diff options
| author | yenatch <yenatch@gmail.com> | 2017-09-26 18:16:52 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-09-26 18:16:52 -0400 |
| commit | 3c8091393ca12b8eeb26f236a997b70eea5688c6 (patch) | |
| tree | 4140bab7968e1f0d726adf8fdce180a186212940 /data/reset_rtc_screen.s | |
| parent | 701d53be8dc98d33d73536ac00ebe8db5d506f04 (diff) | |
| parent | def827fcd48353d8a0292db249d26ac7a85b54ef (diff) | |
Merge pull request #47 from PikalaxALT/split_data3
Split data3
Diffstat (limited to 'data/reset_rtc_screen.s')
| -rw-r--r-- | data/reset_rtc_screen.s | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/data/reset_rtc_screen.s b/data/reset_rtc_screen.s new file mode 100644 index 000000000..2ed5f746c --- /dev/null +++ b/data/reset_rtc_screen.s @@ -0,0 +1,23 @@ + .include "asm/macros.inc" + .include "constants/constants.inc" + + .section .rodata + .align 2, 0 + +gUnknown_08510404:: @ 8510404 + .incbin "baserom.gba", 0x510404, 0x4 + +gUnknown_08510408:: @ 8510408 + .incbin "baserom.gba", 0x510408, 0x14 + +gUnknown_0851041C:: @ 851041C + .incbin "baserom.gba", 0x51041c, 0x4 + +gUnknown_08510420:: @ 8510420 + .incbin "baserom.gba", 0x510420, 0xa4 + +gUnknown_085104C4:: @ 85104C4 + .incbin "baserom.gba", 0x5104c4, 0x2c + +gUnknown_085104F0:: @ 85104F0 + .incbin "baserom.gba", 0x5104f0, 0x18 |
