summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJordan Longstaff <JordanLongstaff@users.noreply.github.com>2025-12-09 06:22:23 -0500
committerGitHub <noreply@github.com>2025-12-09 08:22:23 -0300
commit18a8a1bea7dcbcfba58da59391deb770f19a6090 (patch)
tree06a8deeea06c74194427bfcf92d73751ded915c0 /include
parentd6143abe52cdeee0f4132a3b11cf60fb76f757db (diff)
Rename `WEEKEVENTREG_73_80` (#1842)
Diffstat (limited to 'include')
-rw-r--r--include/z64save.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/z64save.h b/include/z64save.h
index 5a13877e8..36bbaf8af 100644
--- a/include/z64save.h
+++ b/include/z64save.h
@@ -1327,7 +1327,7 @@ typedef enum {
#define WEEKEVENTREG_73_20 PACK_WEEKEVENTREG_FLAG(73, 0x20)
#define WEEKEVENTREG_73_40 PACK_WEEKEVENTREG_FLAG(73, 0x40)
-#define WEEKEVENTREG_73_80 PACK_WEEKEVENTREG_FLAG(73, 0x80)
+#define WEEKEVENTREG_ENTERED_BOMBERS_CODE PACK_WEEKEVENTREG_FLAG(73, 0x80)
#define WEEKEVENTREG_74_01 PACK_WEEKEVENTREG_FLAG(74, 0x01)
#define WEEKEVENTREG_74_02 PACK_WEEKEVENTREG_FLAG(74, 0x02)
#define WEEKEVENTREG_74_04 PACK_WEEKEVENTREG_FLAG(74, 0x04)