Skip to content

Commit

Permalink
Added missing fixups in the US version of the Chocobo racing minigame
Browse files Browse the repository at this point in the history
Resolves #3
  • Loading branch information
cebix committed Aug 16, 2024
1 parent 9351925 commit fe43221
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions fixup
Original file line number Diff line number Diff line change
Expand Up @@ -414,24 +414,60 @@ patchChocoboES = patchChocoboFR
# Data files of the Chocobo Racing minigame, US version
patchChocoboUS = [
("MINI/CHOCOBO.BIN", [
{
"offset": 0x00002798,
"check": 0x2404032c,
"coderef": 'MINI/CHOCOBO.DAT',
"startblock": 0x0099,
},
{
"offset": 0x0000279c,
"check": 0x240403c1,
"coderef": 'MINI/CHOCOBO.DAT',
"startblock": 0x012e,
},
{
"offset": 0x000027d4,
"check": 0x240403f1,
"coderef": 'MINI/CHOCOBO.DAT',
"startblock": 0x015e,
},
{
"offset": 0x000027e4,
"check": 0x240403ce,
"coderef": 'MINI/CHOCOBO.DAT',
"startblock": 0x013b,
},
{
"offset": 0x00002820,
"check": 0x24040459,
"coderef": 'MINI/CHOCOBO.DAT',
"startblock": 0x01c6,
},
{
"offset": 0x0000283c,
"check": 0x2404049c,
"coderef": 'MINI/CHOCOBO.DAT',
"startblock": 0x0209,
},
{
"offset": 0x0000284c,
"check": 0x24040433,
"coderef": 'MINI/CHOCOBO.DAT',
"startblock": 0x01a0,
},
{
"offset": 0x00002850,
"check": 0x24040417,
"coderef": 'MINI/CHOCOBO.DAT',
"startblock": 0x0184,
},
{
"offset": 0x00002888,
"check": 0x2404033e,
"coderef": 'MINI/CHOCOBO.DAT',
"startblock": 0x00ab,
},
{
"offset": 0x00002898,
"check": 0x24040293,
Expand Down

0 comments on commit fe43221

Please sign in to comment.