diff options
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", |
