diff options
| author | Jordan Longstaff <JordanLongstaff@users.noreply.github.com> | 2026-07-18 13:52:47 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-07-18 10:52:47 -0700 |
| commit | 29425bb7cfa5a074d73994b23e0144d6f070c6f6 (patch) | |
| tree | 9824853641587a2e5e503a0f1bf43a5d4e747aa6 /tools/overlayhelpers/mscriptdis.py | |
| parent | f1a423cdcd2b159fd31662d2573af2b59edaa2cd (diff) | |
Bombers Part 3: `EnBombers` (#1849)
* Bombers Part 3: Wandering NPCs and caught players
* Rename WEEKEVENTREG flags
* Fix missing rename of `unk_2A0`
Diffstat (limited to 'tools/overlayhelpers/mscriptdis.py')
| -rw-r--r-- | tools/overlayhelpers/mscriptdis.py | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tools/overlayhelpers/mscriptdis.py b/tools/overlayhelpers/mscriptdis.py index 82c7227f2..9b3f7651d 100644 --- a/tools/overlayhelpers/mscriptdis.py +++ b/tools/overlayhelpers/mscriptdis.py @@ -651,12 +651,12 @@ week_event_reg = { (73 << 8) | 0x08: "WEEKEVENTREG_73_08", (73 << 8) | 0x10: "WEEKEVENTREG_73_10", (73 << 8) | 0x20: "WEEKEVENTREG_73_20", - (73 << 8) | 0x40: "WEEKEVENTREG_73_40", + (73 << 8) | 0x40: "WEEKEVENTREG_DEKU_LEARNED_WHERE_BOMBER_JIM_IS", (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", - (74 << 8) | 0x08: "WEEKEVENTREG_74_08", + (74 << 8) | 0x01: "WEEKEVENTREG_DEKU_TALKED_TO_BOMBER_2", + (74 << 8) | 0x02: "WEEKEVENTREG_DEKU_TALKED_TO_BOMBER_3", + (74 << 8) | 0x04: "WEEKEVENTREG_DEKU_TALKED_TO_BOMBER_4", + (74 << 8) | 0x08: "WEEKEVENTREG_DEKU_TALKED_TO_BOMBER_5", (74 << 8) | 0x10: "WEEKEVENTREG_74_10", (74 << 8) | 0x20: "WEEKEVENTREG_74_20", (74 << 8) | 0x40: "WEEKEVENTREG_74_40", |
