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/field_door.s | |
parent | bf9e2b7210361695a3ffdb8305c054c41ad18609 (diff) |
split data3_a0_A
Diffstat (limited to 'data/field_door.s')
-rw-r--r-- | data/field_door.s | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/data/field_door.s b/data/field_door.s new file mode 100644 index 000000000..69a7c6534 --- /dev/null +++ b/data/field_door.s @@ -0,0 +1,17 @@ + .include "asm/macros.inc" + .include "constants/constants.inc" + + .section .rodata + .align 2, 0 + +gUnknown_08496F8C:: @ 8496F8C + .incbin "baserom.gba", 0x496f8c, 0x14 + +gUnknown_08496FA0:: @ 8496FA0 + .incbin "baserom.gba", 0x496fa0, 0x14 + +gUnknown_08496FB4:: @ 8496FB4 + .incbin "baserom.gba", 0x496fb4, 0x1c0 + +gUnknown_08497174:: @ 8497174 + .incbin "baserom.gba", 0x497174, 0x288 |