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

Tokyo Xtreme Racer 0 (J): Fix widescreen patch #476

Merged
merged 1 commit into from
Jan 4, 2025
Merged
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: 7 additions & 7 deletions patches/SLPS-25028_F9D5C6A6.pnach
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@ patch=0,EE,101DD0D0,extended,3F40 // Menus

// 16:9 - Gameplay HUD
patch=0,EE,101B06D8,extended,01FC // Move the entire cluster to the right
patch=0,EE,101A915C,extended,0040 // Tacho needle
patch=0,EE,101A915C,extended,0030 // Tacho needle
patch=0,EE,101A9208,extended,0020 // Shift assist
patch=0,EE,101A9188,extended,002A // Left indicator
patch=0,EE,101A91B4,extended,003A // Right indicator
patch=0,EE,101A9274,extended,005E // Current gear
patch=0,EE,101A9188,extended,0020 // Left indicator
patch=0,EE,101A91B4,extended,0031 // Right indicator
patch=0,EE,101A9274,extended,004E // Current gear
patch=0,EE,101A92AC,extended,0015 // Speed
patch=0,EE,201A92BC,extended,010B4023 // Speed, distance between letters (19)
patch=0,EE,101A9324,extended,0016 // Bottom left line
patch=0,EE,101A91DC,extended,0040 // mph text
patch=0,EE,101A91DC,extended,003F // kph text
patch=0,EE,101A9350,extended,0056 // Bottom right line
patch=0,EE,2033E390,extended,3F400000
patch=0,EE,20336000,extended,3F400000
patch=0,EE,20336048,extended,3F400000
patch=0,EE,2033E4B0,extended,3F400000
patch=0,EE,20336120,extended,3F400000
patch=0,EE,20336168,extended,3F400000
patch=0,EE,203361B0,extended,3F400000
patch=0,EE,203361F8,extended,3F400000
Expand Down
Loading