diff options
author | nullableVoidPtr <30564701+nullableVoidPtr@users.noreply.github.com> | 2018-11-20 19:49:35 +0800 |
---|---|---|
committer | nullableVoidPtr <30564701+nullableVoidPtr@users.noreply.github.com> | 2018-11-20 19:50:34 +0800 |
commit | ff37bfefe07cdbb6e087e0123576a1b338145dce (patch) | |
tree | 046f10e408e5e4807a060249ac4f21a638d475aa /data | |
parent | c7045ae3694f677b634f3908c1ea935c2998727e (diff) |
Dump gMPlayTable and gSongTable
Diffstat (limited to 'data')
-rw-r--r-- | data/sound_data.s | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/data/sound_data.s b/data/sound_data.s index 0987088..8ac86f7 100644 --- a/data/sound_data.s +++ b/data/sound_data.s @@ -1,9 +1,8 @@ .section .rodata - .global gMPlayTable -gMPlayTable: @ 9E8665C - .incbin "baserom.gba", 0x1E8665C, 0x60 + .include "include/macros/m4a.inc" - .global gSongTable -gSongTable: @ 9E866BC - .incbin "baserom.gba", 0x1E866BC + .include "sound/music_player_table.inc" + .include "sound/song_table.inc" + + .incbin "baserom.gba", 0x1E8841C |