From 81f6704f3cb15c3f59fd3b48ec3622b63bc71297 Mon Sep 17 00:00:00 2001 From: nullableVoidPtr <30564701+nullableVoidPtr@users.noreply.github.com> Date: Thu, 22 Nov 2018 20:59:37 +0800 Subject: Use preprocessor for data asms, clean up sound/ and dump some text --- sound/music_player_table.inc | 3 +-- sound/song_table.inc | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'sound') diff --git a/sound/music_player_table.inc b/sound/music_player_table.inc index f21c434..86c4795 100644 --- a/sound/music_player_table.inc +++ b/sound/music_player_table.inc @@ -1,6 +1,5 @@ .align 2 - .global gMPlayTable -gMPlayTable: @ 9E8665C +gMPlayTable:: @ 9E8665C music_player 0x20008F0, 0x2000000, 12, 0 music_player 0x2000970, 0x20003C0, 6, 0 music_player 0x20009B0, 0x20005A0, 1, 0 diff --git a/sound/song_table.inc b/sound/song_table.inc index 86488a3..df66710 100644 --- a/sound/song_table.inc +++ b/sound/song_table.inc @@ -1,6 +1,5 @@ .align 2 - .global gSongTable -gSongTable: @ 9E866BC +gSongTable:: @ 9E866BC song 0x9F5185C, 0, 0 song 0x9F5218C, 0, 0 song 0x9F52D24, 0, 0 -- cgit v1.2.3