diff options
Diffstat (limited to 'sound/music_player_table.inc')
-rw-r--r-- | sound/music_player_table.inc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sound/music_player_table.inc b/sound/music_player_table.inc new file mode 100644 index 000000000..a82eef72b --- /dev/null +++ b/sound/music_player_table.inc @@ -0,0 +1,6 @@ + .align 2 +gMPlayTable:: @ 84A329C + music_player gMPlayInfo_BGM, gMPlayTrack_BGM, 10, 0 + music_player gMPlayInfo_SE1, gMPlayTrack_SE1, 3, 1 + music_player gMPlayInfo_SE2, gMPlayTrack_SE2, 9, 1 + music_player gMPlayInfo_SE3, gMPlayTrack_SE3, 1, 0 |