From 2d9c4affdc3c189ecdbe9230ea3d227aad10a2ce Mon Sep 17 00:00:00 2001 From: jbo_85 <> Date: Sat, 29 Apr 2006 23:23:45 +0000 Subject: [PATCH] Removed Super Final Match Tennis hack because it does nothing. --- zsnes/src/initc.c | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/zsnes/src/initc.c b/zsnes/src/initc.c index 3f934c7b..140fd3a2 100755 --- a/zsnes/src/initc.c +++ b/zsnes/src/initc.c @@ -1606,17 +1606,6 @@ void headerhack() disablehdma = true; } - //Super Final Match Tennis (J) - if (!strncmp((RomData+Lo),"SP F", 4)) - { - cycpb268 = 145; - cycpb358 = 147; - cycpbl2 = 145; - cycpblt2 = 145; - cycpbl = 145; - cycpblt = 145; - } - //Tuff E Nuff (U/E), Dead Dance (J), //Cyber Knight II - Tikyu Teikoku no Yabou (J) if (!strncmp((RomData+Lo),"CYBER KNIGHT 2 " ,16) ||