Merge pull request #1616 from GriffinRichards/missing-req

Add missing :req, remove old macros
This commit is contained in:
GriffinR
2022-02-02 22:09:36 -05:00
committed by GitHub
15 changed files with 114 additions and 300 deletions

View File

@@ -83,7 +83,7 @@ void m4aSoundInit(void)
for (i = 0; i < NUM_MUSIC_PLAYERS; i++)
{
struct MusicPlayerInfo *mplayInfo = gMPlayTable[i].info;
MPlayOpen(mplayInfo, gMPlayTable[i].track, gMPlayTable[i].unk_8);
MPlayOpen(mplayInfo, gMPlayTable[i].track, gMPlayTable[i].numTracks);
mplayInfo->unk_B = gMPlayTable[i].unk_A;
mplayInfo->memAccArea = gMPlayMemAccArea;
}