From eafddfd3f619719b1edd9fa7fec4d0886b6ecb2c Mon Sep 17 00:00:00 2001 From: jbo_85 <> Date: Mon, 1 May 2006 01:19:32 +0000 Subject: [PATCH] Removed hacks for Human Grand Prix 1 and 2. The hack is only for HGP 3. --- zsnes/src/initc.c | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/zsnes/src/initc.c b/zsnes/src/initc.c index 5559dd34..e2b1dd17 100755 --- a/zsnes/src/initc.c +++ b/zsnes/src/initc.c @@ -1478,13 +1478,8 @@ void headerhack() RomData[0x17837D] = 0xEA; } - /* - The asm indicates the hack is for HGP3, but all of these are affected - Human Grand Prix (J), Human Grand Prix II (J), - Human Grand Prix III - F1 Triple Battle (J). - Human Grand Prix IV is a HiROM and is not affected - */ - if (!strncmp((RomData+Lo),"HUMAN GRANDP" ,12)) + //Human Grand Prix III - F1 Triple Battle (J) + if (!strncmp((RomData+Lo),"HUMAN GRANDPRIX 3 " ,20)) { cycpb268 = 135; cycpb358 = 157;