mirror of
https://github.com/CTR-tools/CTR-ModSDK.git
synced 2025-01-05 20:09:41 +00:00
bugfix for advhub music
This commit is contained in:
parent
2f4383cf59
commit
c788683ff4
@ -31,7 +31,7 @@ void LOAD_Hub_SwapNow()
|
||||
gGT->prevLEV = gGT->levelID;
|
||||
gGT->levelID = gGT->levID_in_each_mempack[gGT->activeMempackIndex];
|
||||
|
||||
Audio_AdvHub_SwapSong();
|
||||
Audio_AdvHub_SwapSong(gGT->levelID);
|
||||
|
||||
// Aug 5
|
||||
// ptrintf("SWAPPING 3...\n");
|
||||
|
@ -1857,7 +1857,7 @@ void FUN_80033108(void)
|
||||
(int)*(short *)(puVar1 + (int)*(short *)(puVar1 + 0x254a) * 2 + 0x254c);
|
||||
|
||||
// Audio_AdvHub_SwapSong
|
||||
FUN_8002d50c();
|
||||
FUN_8002d50c(puVar1 + 0x1a10);
|
||||
|
||||
// Aug 5
|
||||
// FUN_8006fbac("SWAPPING 3...\n");
|
||||
|
Loading…
Reference in New Issue
Block a user