Add some patches in Battle Gear 3.

This commit is contained in:
Jean-Philip Desjardins 2024-08-01 09:15:33 -04:00
parent bc4f723b92
commit 25f3b124b0

View file

@ -14,5 +14,15 @@
"boot": "ac0:BGRLOAD", "boot": "ac0:BGRLOAD",
"patches": "patches":
[ [
{
"address": "0x001008FC",
"value": "0x0",
"description": "Fixes hang on white screen."
},
{
"address": "0x001347C8",
"value": "0x10000017",
"description": "Disables handle error screen."
}
] ]
} }