diff options
| author | Jordan Longstaff <JordanLongstaff@users.noreply.github.com> | 2026-04-26 09:59:30 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-26 09:59:30 -0400 |
| commit | 354a8637e1f0eba371ec39b135e1e09f7b7bfb93 (patch) | |
| tree | 328594e94afdfe8ad5ba69574eb22576ef0d3ecf /include | |
| parent | 57e41795f53f8d43d67e94f89b1b532e30cf8aec (diff) | |
Bombers Part 2: Guard (#1848)
* Bombers Part 2: Guard
* Fix errors
* Re-rename functions
Diffstat (limited to 'include')
| -rw-r--r-- | include/z64save.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/z64save.h b/include/z64save.h index cf4ca90bc..e13af8153 100644 --- a/include/z64save.h +++ b/include/z64save.h @@ -1452,7 +1452,7 @@ typedef enum { #define WEEKEVENTREG_85_80 PACK_WEEKEVENTREG_FLAG(85, 0x80) #define WEEKEVENTREG_86_01 PACK_WEEKEVENTREG_FLAG(86, 0x01) -#define WEEKEVENTREG_86_02 PACK_WEEKEVENTREG_FLAG(86, 0x02) +#define WEEKEVENTREG_TALKED_TO_BOMBERS_GUARD PACK_WEEKEVENTREG_FLAG(86, 0x02) #define WEEKEVENTREG_86_04 PACK_WEEKEVENTREG_FLAG(86, 0x04) #define WEEKEVENTREG_LISTENED_ANJU_POSTMAN_CONVERSATION PACK_WEEKEVENTREG_FLAG(86, 0x08) #define WEEKEVENTREG_86_10 PACK_WEEKEVENTREG_FLAG(86, 0x10) |
