summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJordan Longstaff <JordanLongstaff@users.noreply.github.com>2026-09-20 08:58:30 -0400
committerGitHub <noreply@github.com>2026-09-20 09:58:30 -0300
commit8abe023044c4eaa1da81e5244ef67dc1c0cb968c (patch)
tree7207bddcf4c2bbe3c932b18fbd5e145bd0d6bc2a /include
parent4a8851c7fb2b29914d71f7ff42e4fef21ae7c380 (diff)
Document player transformation mask flags (#1904)
Diffstat (limited to 'include')
-rw-r--r--include/z64save.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/z64save.h b/include/z64save.h
index 36e7f24aa..02d2e9ee3 100644
--- a/include/z64save.h
+++ b/include/z64save.h
@@ -967,10 +967,10 @@ typedef enum {
#define WEEKEVENTREG_30_02 PACK_WEEKEVENTREG_FLAG(30, 0x02)
#define WEEKEVENTREG_30_04 PACK_WEEKEVENTREG_FLAG(30, 0x04)
#define WEEKEVENTREG_30_08 PACK_WEEKEVENTREG_FLAG(30, 0x08)
-#define WEEKEVENTREG_30_10 PACK_WEEKEVENTREG_FLAG(30, 0x10)
-#define WEEKEVENTREG_30_20 PACK_WEEKEVENTREG_FLAG(30, 0x20)
-#define WEEKEVENTREG_30_40 PACK_WEEKEVENTREG_FLAG(30, 0x40)
-#define WEEKEVENTREG_30_80 PACK_WEEKEVENTREG_FLAG(30, 0x80)
+#define WEEKEVENTREG_WORE_DEKU_MASK PACK_WEEKEVENTREG_FLAG(30, 0x10)
+#define WEEKEVENTREG_WORE_GORON_MASK PACK_WEEKEVENTREG_FLAG(30, 0x20)
+#define WEEKEVENTREG_WORE_ZORA_MASK PACK_WEEKEVENTREG_FLAG(30, 0x40)
+#define WEEKEVENTREG_WORE_FIERCE_DEITY_MASK PACK_WEEKEVENTREG_FLAG(30, 0x80)
#define WEEKEVENTREG_31_01 PACK_WEEKEVENTREG_FLAG(31, 0x01)
#define WEEKEVENTREG_31_02 PACK_WEEKEVENTREG_FLAG(31, 0x02)