-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WS patches : Fix Star Wars: Battlefront 2 and add Pal patches
- Loading branch information
1 parent
29a8026
commit d8f312a
Showing
3 changed files
with
44 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
gametitle=Star Wars: Battlefront 2 (E)(SLES-53501) | ||
comment=Widescreen Hack by nemesis2000 and Arapapa | ||
[Widescreen 16:9] | ||
gsaspectratio=16:9 | ||
|
||
|
||
//Game changes ELF on boot to SWBFRNT2.ELF with active CRC B68D35CA | ||
|
||
//Widescreen hack 16:9 | ||
|
||
//00000000 00000000 83051646 00000000 | ||
//403f013c 00008144 83051646 03000046 | ||
patch=1,EE,00582814,word,3c013f40 //00000000 | ||
patch=1,EE,00582818,word,44810000 //00000000 | ||
patch=1,EE,00582820,word,46000003 //00000000 | ||
|
||
//Render fix | ||
//003f013c 00208144 c2180546 | ||
patch=1,EE,00573f6c,word,3c013f2b //3c013f00 | ||
//003f013c 00008144 f000b07f | ||
patch=1,EE,005b074c,word,3c013f2b //3c013f00 |
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,20 @@ | ||
gametitle=Star Wars: Battlefront 2 (G)(SLES-53503) | ||
comment=Widescreen Hack by nemesis2000 and Arapapa | ||
[Widescreen 16:9] | ||
gsaspectratio=16:9 | ||
|
||
//Game changes ELF on boot to SWBFRNT2.ELF with active CRC EAC52C47 | ||
|
||
//Widescreen hack 16:9 | ||
|
||
//00000000 00000000 83051646 00000000 | ||
//403f013c 00008144 83051646 03000046 | ||
patch=1,EE,00582814,word,3c013f40 //00000000 | ||
patch=1,EE,00582818,word,44810000 //00000000 | ||
patch=1,EE,00582820,word,46000003 //00000000 | ||
|
||
//Render fix | ||
//003f013c 00208144 c2180546 | ||
patch=1,EE,00573f6c,word,3c013f2b //3c013f00 | ||
//003f013c 00008144 f000b07f | ||
patch=1,EE,005b074c,word,3c013f2b //3c013f00 |
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