Skip to content

Commit

Permalink
Fatal Frame 2 Undub - Patches update (#448)
Browse files Browse the repository at this point in the history
* Fatal Frame 2 (Undub) patches update

adds patch support for undub v1.0.2
remove patch support for undub v1.0.1
and disable broken 60fps patch for undub

* Comment out 60fps patch instead of removing it
  • Loading branch information
MrWrightyLC authored Nov 23, 2024
1 parent 7a578b6 commit 5cc1d09
Showing 1 changed file with 7 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
gametitle=Fatal Frame II: Crimson Butterfly (Undub) * SLUS-20766 * NTSC-U * 1C6C1DB6
gametitle=Fatal Frame II: Crimson Butterfly (Undub v1.0.2) * SLUS-20766 * NTSC-U * 1C6C1B71
// same serial-code as 9A51B627 - the regular version.
// Project Zero II: Crimson Butterfly
// Zero2Undub: https://github.com/wagrenier/Zero2Undub
Expand Down Expand Up @@ -121,11 +121,12 @@ author=pgert
description=Puts the Y-axis value to that of 50 Hz-mode (PAL).
patch=1,EE,00337610,word,3F800000 // 3F600000 - Y-axis of GamePlay (including Cutscenes).

[60 FPS]
author=asasega
comment=Everything is double speed - Might need EE overclocking to be stable.
patch=1,EE,2021B7E4,word,10000007
patch=1,EE,201F798C,word,2C42003C // gametime fix
// [60 FPS]
// author=asasega
// comment=Everything is double speed - Might need EE overclocking to be stable.
// Patch disabled due to doubling the game speed
// patch=1,EE,2021B7E4,word,10000007
// patch=1,EE,201F798C,word,2C42003C // gametime fix

// ==========
// Patches by pgert
Expand Down

0 comments on commit 5cc1d09

Please sign in to comment.