Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Merge pull request #9316 from smurf3tte/monsterhigh_gs
GameSettings: Add patch for Monster High: Ghoul Spirit (SAOE78/SAOEVZ)
- Loading branch information
Showing
2 changed files
with
18 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,9 @@ | ||
| # SAOE78 - Monster High: Ghoul Spirit | ||
|
|
||
| [OnFrame] | ||
| # The first call to GXCopyDisp() corrupts game data, but on real hardware | ||
| # it isn't observed thanks to the data cache. Skipping the call works too. | ||
| $Fix crash on boot | ||
| 0x803A5F20:dword:0x60000000 | ||
| [OnFrame_Enabled] | ||
| $Fix crash on boot |
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,9 @@ | ||
| # SAOEVZ - Monster High: Ghoul Spirit | ||
|
|
||
| [OnFrame] | ||
| # The first call to GXCopyDisp() corrupts game data, but on real hardware | ||
| # it isn't observed thanks to the data cache. Skipping the call works too. | ||
| $Fix crash on boot | ||
| 0x803A64D0:dword:0x60000000 | ||
| [OnFrame_Enabled] | ||
| $Fix crash on boot |