diff options
author | scnorton <scnorton@biociphers.org> | 2017-09-25 15:27:54 -0400 |
---|---|---|
committer | scnorton <scnorton@biociphers.org> | 2017-09-25 15:27:54 -0400 |
commit | a8a4a500abf23b8ab3ea206614b94e0f16d9af7d (patch) | |
tree | e226923d61a080344ccd83dc0760fd964fab6875 /data/pokeball.s | |
parent | bf9e2b7210361695a3ffdb8305c054c41ad18609 (diff) |
split data3_a0_A
Diffstat (limited to 'data/pokeball.s')
-rw-r--r-- | data/pokeball.s | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/data/pokeball.s b/data/pokeball.s new file mode 100644 index 000000000..4e7b4315a --- /dev/null +++ b/data/pokeball.s @@ -0,0 +1,14 @@ + .include "asm/macros.inc" + .include "constants/constants.inc" + + .section .rodata + .align 2, 0 + +gUnknown_0832C400:: @ 832C400 + .incbin "baserom.gba", 0x32c400, 0x60 + +gUnknown_0832C460:: @ 832C460 + .incbin "baserom.gba", 0x32c460, 0x128 + +gUnknown_0832C588:: @ 832C588 + .incbin "baserom.gba", 0x32c588, 0x138 |