diff options
| author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-09-27 00:48:11 -0400 |
|---|---|---|
| committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-09-27 00:48:11 -0400 |
| commit | 04c8eff8828c4bf60bea9832a550069f5f51ebe4 (patch) | |
| tree | fd73ed82d66588405af4be2f60a5e069ea63d342 /data/text_window.s | |
| parent | d740eabb3c19bae406d184c6f29c81b2c5dc952f (diff) | |
| parent | 3c8091393ca12b8eeb26f236a997b70eea5688c6 (diff) | |
merge
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 |
