From bc9892d32496be83e2694d37d0c2df0902008a3b Mon Sep 17 00:00:00 2001 From: refractionpcsx2 Date: Sun, 3 Jan 2021 21:29:59 +0000 Subject: [PATCH] GameDB: Corrected patch for Titeuf Mega Compet to fix game bug --- bin/GameIndex.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/bin/GameIndex.yaml b/bin/GameIndex.yaml index 0a3a1a889f..264002ffb2 100644 --- a/bin/GameIndex.yaml +++ b/bin/GameIndex.yaml @@ -11222,9 +11222,11 @@ SLES-52711: patches: 958e5086: content: |- - comment=Patch by Prafull - // Sheep screen freeze fix. - patch=1,EE,001c83a4,word,00000000 + comment=Patch by refraction + // Game has a bug in it, where it's supposed to wait for the GS transfers/drawing to finish + // in order to reverse the FIFO to download data from the GS, but they got the condition backwards + // so their code was waiting for it to NOT finish. Lucky it even worked on a PS2. + patch=1,EE,001c83a4,word,1462fffa SLES-52713: name: "NBA Live 2005" region: "PAL-M3"