diff options
| author | scnorton <scnorton@biociphers.org> | 2017-09-25 16:09:44 -0400 |
|---|---|---|
| committer | scnorton <scnorton@biociphers.org> | 2017-09-25 16:09:44 -0400 |
| commit | 9cf6a0590519dbd849e4d4f94654a5c2b4f963b5 (patch) | |
| tree | 9b75941ef60b6ac6d9b5a7a581a81c9cbc5d9eea /data/text_window.s | |
| parent | a8a4a500abf23b8ab3ea206614b94e0f16d9af7d (diff) | |
Split data3_a0_B
Diffstat (limited to 'data/text_window.s')
| -rw-r--r-- | data/text_window.s | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/data/text_window.s b/data/text_window.s new file mode 100644 index 000000000..a7389572b --- /dev/null +++ b/data/text_window.s @@ -0,0 +1,17 @@ + .include "asm/macros.inc" + .include "constants/constants.inc" + + .section .rodata + .align 2, 0 + +gUnknown_0850E87C:: @ 850E87C + .incbin "baserom.gba", 0x50e87c, 0x1680 + +gUnknown_0850FEFC:: @ 850FEFC + .incbin "baserom.gba", 0x50fefc, 0x280 + +gUnknown_0851017C:: @ 851017C + .incbin "baserom.gba", 0x51017c, 0xa0 + +gUnknown_0851021C:: @ 851021C + .incbin "baserom.gba", 0x51021c, 0xa0 |
