summaryrefslogtreecommitdiff
path: root/include/z64save.h
diff options
context:
space:
mode:
authorJordan Longstaff <JordanLongstaff@users.noreply.github.com>2026-07-19 10:59:01 -0400
committerGitHub <noreply@github.com>2026-07-19 07:59:01 -0700
commita6850d214927aafa2635177510a5029ab7e989ea (patch)
tree95d5d573da41d50cd4b32df9607d124c91e8f6e3 /include/z64save.h
parent5fd95d51f9ca06194a88c37362461e661c2e9ab6 (diff)
Document a few symbols regarding the Ikana Canyon guard (#1868)HEADmain
* Document a few symbols regarding the Ikana Canyon guard * Use switch-case in lieu of temp * Reformat switch-case * Re-format switch-case, fix braces
Diffstat (limited to 'include/z64save.h')
-rw-r--r--include/z64save.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/z64save.h b/include/z64save.h
index e49828713..36e7f24aa 100644
--- a/include/z64save.h
+++ b/include/z64save.h
@@ -1387,8 +1387,8 @@ typedef enum {
#define WEEKEVENTREG_80_08 PACK_WEEKEVENTREG_FLAG(80, 0x08)
#define WEEKEVENTREG_RECEIVED_PRIORITY_MAIL PACK_WEEKEVENTREG_FLAG(80, 0x10)
-#define WEEKEVENTREG_80_20 PACK_WEEKEVENTREG_FLAG(80, 0x20)
-#define WEEKEVENTREG_80_40 PACK_WEEKEVENTREG_FLAG(80, 0x40)
+#define WEEKEVENTREG_TALKED_TO_CANYON_GUARD_WITH_NO_MASK PACK_WEEKEVENTREG_FLAG(80, 0x20)
+#define WEEKEVENTREG_TALKED_TO_CANYON_GUARD_WITH_CAPTAINS_HAT PACK_WEEKEVENTREG_FLAG(80, 0x40)
#define WEEKEVENTREG_80_80 PACK_WEEKEVENTREG_FLAG(80, 0x80)
#define WEEKEVENTREG_81_01 PACK_WEEKEVENTREG_FLAG(81, 0x01)
#define WEEKEVENTREG_81_02 PACK_WEEKEVENTREG_FLAG(81, 0x02)