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/mail.s | |
| parent | 701d53be8dc98d33d73536ac00ebe8db5d506f04 (diff) | |
| parent | def827fcd48353d8a0292db249d26ac7a85b54ef (diff) | |
Merge pull request #47 from PikalaxALT/split_data3
Split data3
Diffstat (limited to 'data/mail.s')
| -rw-r--r-- | data/mail.s | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/data/mail.s b/data/mail.s new file mode 100644 index 000000000..5dc8270bc --- /dev/null +++ b/data/mail.s @@ -0,0 +1,26 @@ + .include "asm/macros.inc" + .include "constants/constants.inc" + + .section .rodata + .align 2, 0 + +gUnknown_0859F290:: @ 859F290 + .incbin "baserom.gba", 0x59f290, 0xc + +gUnknown_0859F29C:: @ 859F29C + .incbin "baserom.gba", 0x59f29c, 0x10 + +gUnknown_0859F2AC:: @ 859F2AC + .incbin "baserom.gba", 0x59f2ac, 0x4 + +gUnknown_0859F2B0:: @ 859F2B0 + .incbin "baserom.gba", 0x59f2b0, 0x8 + +gUnknown_0859F2B8:: @ 859F2B8 + .incbin "baserom.gba", 0x59f2b8, 0xfc + +gUnknown_0859F3B4:: @ 859F3B4 + .incbin "baserom.gba", 0x59f3b4, 0xa4 + +gUnknown_0859F458:: @ 859F458 + .incbin "baserom.gba", 0x59f458, 0xbc |
