From 03349754229c52ef2dee37a1f5e5d0c78fa7b52b Mon Sep 17 00:00:00 2001 From: Poliwrath Date: Fri, 17 Sep 2021 21:24:57 -0400 Subject: [PATCH] add new RA hex edits --- resort_anthem.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/resort_anthem.html b/resort_anthem.html index eaf85c7..e52c4bb 100644 --- a/resort_anthem.html +++ b/resort_anthem.html @@ -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] }, + ] + }, ]), ]); });