Skip to content
Open
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
14 changes: 11 additions & 3 deletions patches/SLUS-21661_8FCCB5D9.pnach
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ description=Patches the game to run at Widescreen 16:9 aspect ratio.
patch=1,EE,0011940C,word,3C013F4d
patch=1,EE,00119410,word,3421b6e0

//[60 FPS]
// Breaks jumping.
//patch=1,EE,20268558,extended,00000001
[60 FPS]
author=Ahtheerr (And other unknown Hero!)
description=Some game logic is faster, so the gameplay can be easier most of the time. QTE seems faster. Ben can Triple Jump.
patch=1,EE,00268558,word,00000001 //00000002

[21:9]
gsaspectratio=21:9
author=Ahtheerr
description=Can cause teleportation in some edges of the map, although very rare.
patch=1,EE,0011940C,word,3C013F1C //3C013F89
patch=1,EE,00119410,word,3421B002 //34212493
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

patch=1,EE,0011940C,word,3C013F1C //3C013F89
patch=1,EE,00119410,word,3421BC19 //34212493

4:3 (12:9) -> 21:9:
12/21 = 0,57142857142857142857

3F892493 = 1,071429
1,071429*0,57142857142857142857 = 0,61224514285714285714
0,61224514285714285714 = 3F1CBC19

Any comment?