summaryrefslogtreecommitdiff
path: root/tools/overlayhelpers/mscriptdis.py
diff options
context:
space:
mode:
authorJordan Longstaff <JordanLongstaff@users.noreply.github.com>2026-07-19 10:59:01 -0400
committerGitHub <noreply@github.com>2026-07-19 07:59:01 -0700
commita6850d214927aafa2635177510a5029ab7e989ea (patch)
tree95d5d573da41d50cd4b32df9607d124c91e8f6e3 /tools/overlayhelpers/mscriptdis.py
parent5fd95d51f9ca06194a88c37362461e661c2e9ab6 (diff)
Document a few symbols regarding the Ikana Canyon guard (#1868)HEADmain
* Document a few symbols regarding the Ikana Canyon guard * Use switch-case in lieu of temp * Reformat switch-case * Re-format switch-case, fix braces
Diffstat (limited to 'tools/overlayhelpers/mscriptdis.py')
-rw-r--r--tools/overlayhelpers/mscriptdis.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/overlayhelpers/mscriptdis.py b/tools/overlayhelpers/mscriptdis.py
index 412201b18..07e728bc2 100644
--- a/tools/overlayhelpers/mscriptdis.py
+++ b/tools/overlayhelpers/mscriptdis.py
@@ -706,8 +706,8 @@ week_event_reg = {
(80 << 8) | 0x04: "WEEKEVENTREG_80_04",
(80 << 8) | 0x08: "WEEKEVENTREG_80_08",
(80 << 8) | 0x10: "WEEKEVENTREG_RECEIVED_PRIORITY_MAIL",
- (80 << 8) | 0x20: "WEEKEVENTREG_80_20",
- (80 << 8) | 0x40: "WEEKEVENTREG_80_40",
+ (80 << 8) | 0x20: "WEEKEVENTREG_TALKED_TO_CANYON_GUARD_WITH_NO_MASK",
+ (80 << 8) | 0x40: "WEEKEVENTREG_TALKED_TO_CANYON_GUARD_WITH_CAPTAINS_HAT",
(80 << 8) | 0x80: "WEEKEVENTREG_80_80",
(81 << 8) | 0x01: "WEEKEVENTREG_81_01",
(81 << 8) | 0x02: "WEEKEVENTREG_81_02",