Skip to content

Commit

Permalink
Duelists of the Roses (SLUS-20515) - Comment out widescreen patch (#480)
Browse files Browse the repository at this point in the history
1) Comments out the widescreen patch because it's broken (makes the
cards in your hand too large, obscuring important information).
2) Properly adds headers to zoom glitch and Deck Masters T, S, and I
patches, as these previously had no header and thus were unintentionally
part of the 16:9 patch.
3) Adds authorial credit to miseru99.
  • Loading branch information
TheTechnician27 authored Jan 29, 2025
1 parent c9add91 commit 9df6e41
Showing 1 changed file with 28 additions and 17 deletions.
45 changes: 28 additions & 17 deletions patches/SLUS-20515_07AD79C9.pnach
Original file line number Diff line number Diff line change
@@ -1,28 +1,39 @@
[Widescreen 16:9]
gsaspectratio=16:9
description=Yu-Gi-Oh! The Duelist of the Roses NTSC-U patches
//Widescreen 16:9
//[Widescreen 16:9]
//gsaspectratio=16:9
//author=miseru99
//X 21FE0528 3F400000 - need render fix
//Y -- works fine?
patch=1,EE,21FE052C,extended,3FA06D3A
//patch=1,EE,21FE052C,extended,3FA06D3A
//different Y 20326194 3FAAAAAA - works fine as well?
//patch=1,EE,20326194,extended,3FAAAAAA
//Zoom Correction for Y
//doesn't work for cards when they fight, soo they fill up the screen(looks ok actually), but works for everything else
patch=1,EE,21FE0524,extended,44160000
//patch=1,EE,21FE0524,extended,44160000


//Game fixes(workarounds):

//fix for the zoom graphic glitch(you can additionally also change EE/IOP rounding to negative and clamping to extra+preserve sign, but I didn't really saw much if any improvement of doing it;p)
[Zoom Glitch]
author=miseru99
description=Fixes the zoom graphical glitch
//fix for the zoom graphic glitch(you can additionally also change EE/IOP rounding to negative and clamping to extra+preserve sign, but I didn't really see much if any improvement of doing it)
patch=1,EE,D1FE04F0,extended,00000000
patch=1,EE,21FE04F0,extended,3727C5AC

//Duel Master(use only one code) in custom duel:
//T
//patch=1,EE,203173AC,extended,00000003
//S
//patch=1,EE,203173AC,extended,00000002
//I
//patch=1,EE,203173AC,extended,00000004
//Deck Master (use only one code) in custom duel:
[Deck Master K]
author=miseru99
description=Deck Master K in the custom duel. Incompatible with other Deck Master patches.
patch=1,EE,203173AC,extended,00000001

[Deck Master S]
author=miseru99
description=Deck Master S in the custom duel. Incompatible with other Deck Master patches.
patch=1,EE,203173AC,extended,00000002

[Deck Master T]
author=miseru99
description=Deck Master T in the custom duel. Incompatible with other Deck Master patches.
patch=1,EE,203173AC,extended,00000003

[Deck Master I]
author=miseru99
description=Deck Master I in the custom duel. Incompatible with other Deck Master patches.
patch=1,EE,203173AC,extended,00000004

0 comments on commit 9df6e41

Please sign in to comment.