Removed another 3 hacks
This commit is contained in:
@@ -594,13 +594,6 @@ void headerhack()
|
||||
cycpblt = 157;
|
||||
}
|
||||
|
||||
//Star Trek - Deep Space Nine: Crossroads of Time (U/E)
|
||||
if (!strncmp((RomData+Lo),"STAR TREK: D" ,12))
|
||||
{
|
||||
opexec268 = 187;
|
||||
opexec358 = 187;
|
||||
}
|
||||
|
||||
//Clay Fighter (U), other versions are CLAYFIGHTER with no space
|
||||
if (!strncmp((RomData+Hi),"CLAY FIGHTER " ,16))
|
||||
{
|
||||
@@ -626,15 +619,6 @@ void headerhack()
|
||||
disablehdma = true;
|
||||
}
|
||||
|
||||
//Clock Tower (J) and AGTP translation
|
||||
if (!strncmp((RomData+Hi),"CLOCK TOWER " ,12))
|
||||
{
|
||||
opexec268 = 187;
|
||||
opexec358 = 182;
|
||||
opexec268cph = 47;
|
||||
opexec358cph = 47;
|
||||
}
|
||||
|
||||
//Super Final Match Tennis (J)
|
||||
if (!strncmp((RomData+Lo),"SP F", 4))
|
||||
{
|
||||
@@ -687,15 +671,6 @@ void headerhack()
|
||||
opexec358 = 100;
|
||||
}
|
||||
|
||||
//Bubsy in Claws Encounters of the Furred Kind (U/E)
|
||||
if (!strncmp((RomData+Lo), "Bubsy ", 20))
|
||||
{
|
||||
opexec268 = 220;
|
||||
opexec358 = 220;
|
||||
opexec268cph = 64;
|
||||
opexec358cph = 64;
|
||||
}
|
||||
|
||||
//Front Mission
|
||||
if (!strncmp((RomData+Hi), "\x0cc\x0db\x0dd\x0c4\x0d0\x0af\x0bc\x0ae", 8) ||
|
||||
!strncmp((RomData+Hi), "FRONT MI", 8))
|
||||
|
||||
Reference in New Issue
Block a user