From ff37bfefe07cdbb6e087e0123576a1b338145dce Mon Sep 17 00:00:00 2001 From: nullableVoidPtr <30564701+nullableVoidPtr@users.noreply.github.com> Date: Tue, 20 Nov 2018 19:49:35 +0800 Subject: Dump gMPlayTable and gSongTable --- data/sound_data.s | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'data') 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 -- cgit v1.2.3