diff options
author | scnorton <scnorton@biociphers.org> | 2017-09-26 18:24:39 -0400 |
---|---|---|
committer | scnorton <scnorton@biociphers.org> | 2017-09-26 18:24:39 -0400 |
commit | d160ca467920d97245c012b8dd0cb8be6d06620a (patch) | |
tree | 294fa7011b22853896dc622d291b0a5be08a752a /data/menu_helpers.s | |
parent | 0e75d957d675564977b2e442c16822bab390aa2c (diff) | |
parent | 3c8091393ca12b8eeb26f236a997b70eea5688c6 (diff) |
Merge branch 'master' into easy_chat
Diffstat (limited to 'data/menu_helpers.s')
-rw-r--r-- | data/menu_helpers.s | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/data/menu_helpers.s b/data/menu_helpers.s new file mode 100644 index 000000000..b43af0bc4 --- /dev/null +++ b/data/menu_helpers.s @@ -0,0 +1,14 @@ + .include "asm/macros.inc" + .include "constants/constants.inc" + + .section .rodata + .align 2, 0 + +gUnknown_0859F514:: @ 859F514 + .incbin "baserom.gba", 0x59f514, 0x8 + +gUnknown_0859F51C:: @ 859F51C + .incbin "baserom.gba", 0x59f51c, 0x8 + +gUnknown_0859F524:: @ 859F524 + .incbin "baserom.gba", 0x59f524, 0x10 |