Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GameDB: Add fixes for Shadow of the Colossus and Puchi Copter 2 #11587

Closed
wants to merge 3 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions bin/resources/GameIndex.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1840,6 +1840,8 @@ SCAJ-20146:
name: "Wang Da Yu Ju Xiang"
region: "NTSC-C"
compat: 5
roundModes:
eeRoundMode: 3 # Fixes Wander drifting when charging his attack on the ground.
gsHWFixes:
recommendedBlendingLevel: 4 # Fixes water color.
halfPixelOffset: 1 # Fixes misalignments and borders on side.
Expand Down Expand Up @@ -2131,6 +2133,8 @@ SCAJ-20195:
SCAJ-20196:
name: "Wang Da Yu Ju Xiang [PlayStation 2 the Best]"
region: "NTSC-C"
roundModes:
eeRoundMode: 3 # Fixes Wander drifting when charging his attack on the ground.
gsHWFixes:
recommendedBlendingLevel: 4 # Fixes water color.
halfPixelOffset: 1 # Fixes misalignments and borders on side.
Expand Down Expand Up @@ -3953,6 +3957,8 @@ SCED-53947:
SCED-53962:
name: "Shadow of the Colossus [Demo]"
region: "PAL-M5"
roundModes:
eeRoundMode: 3 # Fixes Wander drifting when charging his attack on the ground.
gsHWFixes:
recommendedBlendingLevel: 4 # Fixes water color.
halfPixelOffset: 1 # Fixes misalignments and borders on side.
Expand Down Expand Up @@ -5565,6 +5571,8 @@ SCES-53326:
name: "Shadow of the Colossus"
region: "PAL-E"
compat: 5
roundModes:
eeRoundMode: 3 # Fixes Wander drifting when charging his attack on the ground.
gsHWFixes:
recommendedBlendingLevel: 4 # Fixes water color.
halfPixelOffset: 1 # Fixes misalignments and borders on side.
Expand Down Expand Up @@ -6978,6 +6986,8 @@ SCKA-20061:
name: "Wanda to Kyozou"
region: "NTSC-K"
compat: 5
roundModes:
eeRoundMode: 3 # Fixes Wander drifting when charging his attack on the ground.
gsHWFixes:
recommendedBlendingLevel: 4 # Fixes water color.
halfPixelOffset: 1 # Fixes misalignments and borders on side.
Expand Down Expand Up @@ -8531,6 +8541,8 @@ SCPS-15097:
name-en: "Wanda to Kyozou"
region: "NTSC-J"
compat: 5
roundModes:
eeRoundMode: 3 # Fixes Wander drifting when charging his attack on the ground.
gsHWFixes:
recommendedBlendingLevel: 4 # Fixes water color.
halfPixelOffset: 1 # Fixes misalignments and borders on side.
Expand Down Expand Up @@ -9277,6 +9289,8 @@ SCPS-19320:
name-sort: "わんだときょぞう PlayStation 2 the Best"
name-en: "Wanda to Kyozou [PlayStation 2 the Best]"
region: "NTSC-J"
roundModes:
eeRoundMode: 3 # Fixes Wander drifting when charging his attack on the ground.
gsHWFixes:
recommendedBlendingLevel: 4 # Fixes water color.
halfPixelOffset: 1 # Fixes misalignments and borders on side.
Expand Down Expand Up @@ -9428,6 +9442,8 @@ SCPS-19333:
SCPS-19335:
name: "Wanda to Kyozou [PlayStation 2 the Best Reprint]"
region: "NTSC-J"
roundModes:
eeRoundMode: 3 # Fixes Wander drifting when charging his attack on the ground.
gsHWFixes:
recommendedBlendingLevel: 4 # Fixes water color.
halfPixelOffset: 1 # Fixes misalignments and borders on side.
Expand Down Expand Up @@ -23126,6 +23142,11 @@ SLES-53820:
SLES-53821:
name: "Radio Helicopter II"
region: "PAL-E"
patches:
2BB68DAB:
content: |-
comment=Patch that nops a branch instruction causing a freeze.
patch=1,EE,001799AC,word,00000000
SLES-53824:
name: "Trapt"
region: "PAL-E"
Expand Down Expand Up @@ -35985,6 +36006,11 @@ SLPM-62624:
name-sort: "ぷちこぷたー2"
name-en: "Petit Copter 2"
region: "NTSC-J"
patches:
9A695202:
content: |-
comment=Patch that nops a branch instruction causing a freeze.
patch=1,EE,001799AC,word,00000000
SLPM-62625:
name: "鬼浜爆走愚連隊 激闘編"
name-sort: "おにはまばくそうぐれんたい げきとうへん"
Expand Down
Loading