Skip to content

Commit

Permalink
add new RA hex edits
Browse files Browse the repository at this point in the history
  • Loading branch information
Poliwrath authored and mon committed Sep 18, 2021
1 parent e52df4a commit 0334975
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions resort_anthem.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,23 @@
}
]
},
{
// by nibs
name: "Skip data errors",
tooltip: "Skips MUSIC DATA, .1, and COURSE DATA errors",
patches: [
{ offset: 0x28DBC, off: [0x74], on: [0xEB] }, // MUSIC DATA
{ offset: 0x28DFB, off: [0x74], on: [0xEB] }, // .1 DATA
{ offset: 0x28E3D, off: [0x74], on: [0xEB] }, // COURSE DATA
]
},
{
// by nibs
name: "Shorter Monitor Check",
patches: [
{ offset: 0x4DDD6, off: [0x30, 0x0C], on: [0x2C, 0x01] },
]
},
]),
]);
});
Expand Down

0 comments on commit 0334975

Please sign in to comment.