diff options
| author | Jordan Longstaff <JordanLongstaff@users.noreply.github.com> | 2026-07-19 10:59:01 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-07-19 07:59:01 -0700 |
| commit | a6850d214927aafa2635177510a5029ab7e989ea (patch) | |
| tree | 95d5d573da41d50cd4b32df9607d124c91e8f6e3 /tools/weekeventregconvert.py | |
| parent | 5fd95d51f9ca06194a88c37362461e661c2e9ab6 (diff) | |
* 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/weekeventregconvert.py')
| -rwxr-xr-x | tools/weekeventregconvert.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/weekeventregconvert.py b/tools/weekeventregconvert.py index 7b8dd7604..4483fc57d 100755 --- a/tools/weekeventregconvert.py +++ b/tools/weekeventregconvert.py @@ -649,8 +649,8 @@ weekEventReg = { (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", |
