From 75aed7c44f3e9f674fc4cc4eddf8ce1b57c43c6f Mon Sep 17 00:00:00 2001 From: Mrlinkwii Date: Sat, 22 Jul 2023 10:37:42 +0100 Subject: [PATCH] GameDB: Adding Cop 2 patches for French & German versions of Kessen II Co-Authored-By: prafullpcsx2 <12788199+prafullpcsx2@users.noreply.github.com> --- bin/resources/GameIndex.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/bin/resources/GameIndex.yaml b/bin/resources/GameIndex.yaml index 2636ee29ec..59323b636f 100644 --- a/bin/resources/GameIndex.yaml +++ b/bin/resources/GameIndex.yaml @@ -11598,9 +11598,26 @@ SLES-50578: SLES-50579: name: "Kessen II" region: "PAL-F" + patches: + FD4E2837: + content: |- + comment=COP2 flag instance patch by refraction + // A mac flag check just after a vsub which gets in the way, rearranging. + patch=0,EE,00171190,word,48438800 + patch=0,EE,00171194,word,4BE521AC + patch=0,EE,00171198,word,30848000 SLES-50580: name: "Kessen II" region: "PAL-G" + patches: + 33611180: + content: |- + comment=COP2 flag instance patch by refraction + // A mac flag check just after a vsub which gets in the way, rearranging. + patch=0,EE,001710e0,word,48438800 + patch=0,EE,001710e4,word,4BE521AC + patch=0,EE,001710e8,word,30848000 + patch=0,EE,001710ec,word,4BE72B3C SLES-50584: name: "G1 Jockey" region: "PAL-M3"