diff options
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 |