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/song_table.inc | |
parent | a611b9673e73eeb74af802250d9fee5157f76a20 (diff) |
Use preprocessor for data asms, clean up sound/ and dump some text
Diffstat (limited to 'sound/song_table.inc')
-rw-r--r-- | sound/song_table.inc | 3 |
1 files changed, 1 insertions, 2 deletions
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 |