From 9df6e41e9fe69190350ba889183a67dd32417891 Mon Sep 17 00:00:00 2001 From: TheTechnician27 Date: Wed, 29 Jan 2025 17:08:55 +0000 Subject: [PATCH] Duelists of the Roses (SLUS-20515) - Comment out widescreen patch (#480) 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. --- patches/SLUS-20515_07AD79C9.pnach | 45 +++++++++++++++++++------------ 1 file changed, 28 insertions(+), 17 deletions(-) diff --git a/patches/SLUS-20515_07AD79C9.pnach b/patches/SLUS-20515_07AD79C9.pnach index bb720e1e..ea85d29a 100644 --- a/patches/SLUS-20515_07AD79C9.pnach +++ b/patches/SLUS-20515_07AD79C9.pnach @@ -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