diff options
author | YamaArashi <shadow962@live.com> | 2016-05-12 23:30:01 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-05-15 01:55:33 -0700 |
commit | eaa9f37ca97c1c546fa3386d4389a45ebbc60b18 (patch) | |
tree | 6547b53434a5d76526150422f7673e1fbbf0e1fa /data/sound_data.s | |
parent | 237c967a98ce664705df9d1ff9c77a409f71d60f (diff) |
m4a lib; use fewer iwram syms
Diffstat (limited to 'data/sound_data.s')
-rw-r--r-- | data/sound_data.s | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/data/sound_data.s b/data/sound_data.s new file mode 100644 index 000000000..d98ac4f50 --- /dev/null +++ b/data/sound_data.s @@ -0,0 +1,45 @@ + .section .rodata + + .global gUnknown_0842FC88 +gUnknown_0842FC88: @ 842FC88 + .incbin "baserom.gba", 0x0042FC88, 0x22908 + + .global gUnknown_08452590 +gUnknown_08452590: @ 8452590 + .incbin "baserom.gba", 0x00452590, 0x600 + + .global gUnknown_08452B90 +gUnknown_08452B90: @ 8452B90 + .incbin "baserom.gba", 0x00452b90, 0x600 + + .global gUnknown_08453190 +gUnknown_08453190: @ 8453190 + .incbin "baserom.gba", 0x00453190, 0x600 + + .global gUnknown_08453790 +gUnknown_08453790: @ 8453790 + .incbin "baserom.gba", 0x00453790, 0x30 + + .global gUnknown_084537C0 +gUnknown_084537C0: @ 84537C0 + .incbin "baserom.gba", 0x004537c0, 0x600 + + .global gUnknown_08453DC0 +gUnknown_08453DC0: @ 8453DC0 + .incbin "baserom.gba", 0x00453dc0, 0x600 + + .global gUnknown_084543C0 +gUnknown_084543C0: @ 84543C0 + .incbin "baserom.gba", 0x004543c0, 0x600 + + .global gUnknown_084549C0 +gUnknown_084549C0: @ 84549C0 + .incbin "baserom.gba", 0x004549c0, 0xa9c + + .global gMPlayTable +gMPlayTable: @ 845545C + .incbin "baserom.gba", 0x0045545c, 0x30 + + .global gSongTable +gSongTable: @ 845548C + .incbin "baserom.gba", 0x0045548c, 0x25B29C |