diff options
author | Cameron Hall <camthesaxman@users.noreply.github.com> | 2019-07-30 21:31:27 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-30 21:31:27 -0500 |
commit | bc159dbb03735db55e6a09bb7947dccc70d0532b (patch) | |
tree | 5b27866fe839d0f2f7ae76e0f13580ecea2dd863 /sound | |
parent | b8393b3a799f92e7064c266600607d98f6baf4d9 (diff) | |
parent | cf0da4c3bb5658908275068591fe51fb6f2ce49d (diff) |
Merge pull request #752 from camthesaxman/emerald_diff
resolve some Emerald differences
Diffstat (limited to 'sound')
-rw-r--r-- | sound/music_player_table.inc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sound/music_player_table.inc b/sound/music_player_table.inc index 452ee78f5..049c2186e 100644 --- a/sound/music_player_table.inc +++ b/sound/music_player_table.inc @@ -1,6 +1,6 @@ .align 2 gMPlayTable:: @ 845545C - music_player gMPlay_BGM, gUnknown_030007B8 + 0x40, 10, 0 - music_player gMPlay_SE1, gUnknown_030007B8 + 0x360, 3, 1 - music_player gMPlay_SE2, gUnknown_030007B8 + 0x450, 9, 1 - music_player gMPlay_SE3, gUnknown_030007B8 + 0x720, 1, 0 + music_player gMPlayInfo_BGM, gUnknown_030007B8 + 0x40, 10, 0 + music_player gMPlayInfo_SE1, gUnknown_030007B8 + 0x360, 3, 1 + music_player gMPlayInfo_SE2, gUnknown_030007B8 + 0x450, 9, 1 + music_player gMPlayInfo_SE3, gUnknown_030007B8 + 0x720, 1, 0 |