From 18a8a1bea7dcbcfba58da59391deb770f19a6090 Mon Sep 17 00:00:00 2001 From: Jordan Longstaff Date: Tue, 9 Dec 2025 06:22:23 -0500 Subject: Rename `WEEKEVENTREG_73_80` (#1842) --- include/z64save.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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) -- cgit v1.2.3