don't apply SA1 hack for Kirby Super Star

This commit is contained in:
bladeoner 2018-11-15 19:52:09 +01:00 committed by Etienne Haarsma
parent 8b30730144
commit 71838e083c

View File

@ -3879,7 +3879,8 @@ void CMemory::ApplyROMFixes (void)
match_na ("DOOM TROOPERS")) // Doom Troopers
Timings.APUAllowTimeOverflow = TRUE;
if (match_id("AFJJ") || match_id("AFJE")) { // Kirby's Dream Land 3
if (match_id("AFJJ") || match_id("AFJE") || // Hoshi no Kirby 3, Kirby's Dream Land 3
match_id("AKFE")) { // Kirby Super Star
Timings.SA1Cycles = 5;
}
else {