mirror of
https://github.com/hedge-dev/UnleashedRecomp
synced 2026-08-28 01:16:41 -04:00
Remove unused register from Werehog battle music hook
This commit is contained in:
@@ -216,7 +216,7 @@ bool DisableEvilControlTutorialMidAsmHook(PPCRegister& r4, PPCRegister& r5)
|
||||
return r4.u32 == 1 && r5.u32 == 1;
|
||||
}
|
||||
|
||||
void WerehogBattleMusicMidAsmHook(PPCRegister& r3, PPCRegister& r11)
|
||||
void WerehogBattleMusicMidAsmHook(PPCRegister& r11)
|
||||
{
|
||||
if (Config::WerehogBattleMusic)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user