-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix up some more patches which were used for multiple versions
- Loading branch information
1 parent
27edcac
commit 44c48a8
Showing
5 changed files
with
45 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
gametitle=Monster House (PAL)(SLES-54215) | ||
|
||
[Widescreen 16:9] | ||
gsaspectratio=16:9 | ||
comment=Widescreen Hack by Arapapa | ||
|
||
//Widescreen hack 16:9 | ||
|
||
//Y-Fov + Zoom in | ||
//00000000 00000000 03150146 00000000 | ||
//763f013c 00f88144 42081f46 46011503 | ||
patch=1,EE,001c610c,word,3c013f76 //00000000 | ||
patch=1,EE,001c6110,word,4481f800 //00000000 | ||
patch=1,EE,001c6114,word,461f0842 //46011503 | ||
patch=1,EE,001c6118,word,46011503 //00000000 | ||
|
||
//Zoom out | ||
//0040023c 00008244 3c00a2c7 | ||
//dd3f023c 00008244 3c00a2c7 | ||
//Zoom value adjust : NTSC-K(3c023fdd), NTSC-U and PAL(3c023fe0) | ||
patch=1,EE,001c60f8,word,3c023fe0 //3c024000 | ||
|
||
////////////////////////////////////// | ||
//zoom | ||
//patch=1,EE,00102ca0,word,3c023f50 //3c023f80 | ||
//zoom | ||
//patch=1,EE,0015809c,word,3c033eb0 //3c033f00 | ||
//X-Fov ????? | ||
//patch=1,EE,00123bd0,word,3c013f90 //3c013f80 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters