summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJordan Longstaff <JordanLongstaff@users.noreply.github.com>2026-04-17 07:26:40 -0400
committerGitHub <noreply@github.com>2026-04-17 07:26:40 -0400
commit9eb9f6f9786bef851871630e2009c01ea11cbff8 (patch)
treed8769b8b28460e87d23c67c603c0af67fd41d926 /include
parent6eb574fff775a66f3371c3bd91afc751a72ca190 (diff)
Document `WEEKEVENTREG` enabling peephole in Curiosity Shop (#1870)
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 ecbe36d9b..cf4ca90bc 100644
--- a/include/z64save.h
+++ b/include/z64save.h
@@ -1246,7 +1246,7 @@ typedef enum {
#define WEEKEVENTREG_TINGLE_RECOGNIZED_PLAYER_FORM_LOW_BIT PACK_WEEKEVENTREG_FLAG(64, 0x08)
#define WEEKEVENTREG_TINGLE_RECOGNIZED_PLAYER_FORM_HIGH_BIT PACK_WEEKEVENTREG_FLAG(64, 0x10)
-#define WEEKEVENTREG_64_20 PACK_WEEKEVENTREG_FLAG(64, 0x20)
+#define WEEKEVENTREG_CAN_USE_CURIOSITY_SHOP_PEEPHOLE PACK_WEEKEVENTREG_FLAG(64, 0x20)
#define WEEKEVENTREG_64_40 PACK_WEEKEVENTREG_FLAG(64, 0x40)
#define WEEKEVENTREG_TALKED_DOGGY_RACETRACK_OWNER_DAY_1 PACK_WEEKEVENTREG_FLAG(64, 0x80)
#define WEEKEVENTREG_TALKED_DOGGY_RACETRACK_OWNER_NIGHT_1 PACK_WEEKEVENTREG_FLAG(65, 0x01)