summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJordan Longstaff <JordanLongstaff@users.noreply.github.com>2025-12-09 06:22:23 -0500
committerGitHub <noreply@github.com>2025-12-09 08:22:23 -0300
commit18a8a1bea7dcbcfba58da59391deb770f19a6090 (patch)
tree06a8deeea06c74194427bfcf92d73751ded915c0 /tools
parentd6143abe52cdeee0f4132a3b11cf60fb76f757db (diff)
Rename `WEEKEVENTREG_73_80` (#1842)
Diffstat (limited to 'tools')
-rw-r--r--tools/overlayhelpers/mscriptdis.py2
-rwxr-xr-xtools/weekeventregconvert.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/overlayhelpers/mscriptdis.py b/tools/overlayhelpers/mscriptdis.py
index 8369e3f8d..1cbbefbe1 100644
--- a/tools/overlayhelpers/mscriptdis.py
+++ b/tools/overlayhelpers/mscriptdis.py
@@ -652,7 +652,7 @@ week_event_reg = {
(73 << 8) | 0x10: "WEEKEVENTREG_73_10",
(73 << 8) | 0x20: "WEEKEVENTREG_73_20",
(73 << 8) | 0x40: "WEEKEVENTREG_73_40",
- (73 << 8) | 0x80: "WEEKEVENTREG_73_80",
+ (73 << 8) | 0x80: "WEEKEVENTREG_ENTERED_BOMBERS_CODE",
(74 << 8) | 0x01: "WEEKEVENTREG_74_01",
(74 << 8) | 0x02: "WEEKEVENTREG_74_02",
(74 << 8) | 0x04: "WEEKEVENTREG_74_04",
diff --git a/tools/weekeventregconvert.py b/tools/weekeventregconvert.py
index 2ca67f466..2ff55f146 100755
--- a/tools/weekeventregconvert.py
+++ b/tools/weekeventregconvert.py
@@ -595,7 +595,7 @@ weekEventReg = {
(73 << 8) | 0x10: "WEEKEVENTREG_73_10",
(73 << 8) | 0x20: "WEEKEVENTREG_73_20",
(73 << 8) | 0x40: "WEEKEVENTREG_73_40",
- (73 << 8) | 0x80: "WEEKEVENTREG_73_80",
+ (73 << 8) | 0x80: "WEEKEVENTREG_ENTERED_BOMBERS_CODE",
(74 << 8) | 0x01: "WEEKEVENTREG_74_01",
(74 << 8) | 0x02: "WEEKEVENTREG_74_02",
(74 << 8) | 0x04: "WEEKEVENTREG_74_04",