Add symbols to music_player_table

Also rename gMPlay structs to gMPlayInfo
This commit is contained in:
Diegoisawesome
2018-01-09 21:30:54 -06:00
parent 73d3a21c2d
commit 3241b1405f
29 changed files with 149 additions and 137 deletions
+4 -4
View File
@@ -1,6 +1,6 @@
.align 2
gMPlayTable:: @ 86B49C0
music_player gMPlay_BGM, 0x3001340, 10, 0
music_player gMPlay_SE1, 0x3001660, 3, 1
music_player gMPlay_SE2, 0x3001750, 9, 1
music_player gMPlay_SE3, 0x3001A20, 1, 0
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