diff options
author | nullableVoidPtr <30564701+nullableVoidPtr@users.noreply.github.com> | 2018-11-22 20:59:37 +0800 |
---|---|---|
committer | nullableVoidPtr <30564701+nullableVoidPtr@users.noreply.github.com> | 2018-11-22 20:59:37 +0800 |
commit | 81f6704f3cb15c3f59fd3b48ec3622b63bc71297 (patch) | |
tree | 86c38e0b66c2a86a72269ebd74b466de0f6c47e9 /sound | |
parent | a611b9673e73eeb74af802250d9fee5157f76a20 (diff) |
Use preprocessor for data asms, clean up sound/ and dump some text
Diffstat (limited to 'sound')
-rw-r--r-- | sound/music_player_table.inc | 3 | ||||
-rw-r--r-- | sound/song_table.inc | 3 |
2 files changed, 2 insertions, 4 deletions
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 |