summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJordan Longstaff <JordanLongstaff@users.noreply.github.com>2026-09-20 09:22:21 -0400
committerGitHub <noreply@github.com>2026-09-20 10:22:21 -0300
commit0365728815ec72317d9234e496fc5faa5089b7d0 (patch)
treed4597f7efa9461cecbe35d546e80e2bf06153a4a /include
parent8abe023044c4eaa1da81e5244ef67dc1c0cb968c (diff)
Fisherman documentation (#1905)HEADmain
* Fisherman documentation * Rename eye texture arry, create indexing enum * Apply many suggestions * Missed eye texture renames * More suggestions * Change and to modulus
Diffstat (limited to 'include')
-rw-r--r--include/z64save.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/include/z64save.h b/include/z64save.h
index 02d2e9ee3..d3a332abf 100644
--- a/include/z64save.h
+++ b/include/z64save.h
@@ -929,12 +929,12 @@ typedef enum {
#define WEEKEVENTREG_25_10 PACK_WEEKEVENTREG_FLAG(25, 0x10)
#define WEEKEVENTREG_25_20 PACK_WEEKEVENTREG_FLAG(25, 0x20)
-#define WEEKEVENTREG_25_40 PACK_WEEKEVENTREG_FLAG(25, 0x40)
-#define WEEKEVENTREG_25_80 PACK_WEEKEVENTREG_FLAG(25, 0x80)
-#define WEEKEVENTREG_26_01 PACK_WEEKEVENTREG_FLAG(26, 0x01)
+#define WEEKEVENTREG_TALKED_FISHERMANS_SEAHORSE PACK_WEEKEVENTREG_FLAG(25, 0x40)
+#define WEEKEVENTREG_TALKED_FISHERMAN_AS_ZORA PACK_WEEKEVENTREG_FLAG(25, 0x80)
+#define WEEKEVENTREG_TALKED_FISHERMAN_AS_HUMAN PACK_WEEKEVENTREG_FLAG(26, 0x01)
#define WEEKEVENTREG_26_02 PACK_WEEKEVENTREG_FLAG(26, 0x02)
-#define WEEKEVENTREG_26_04 PACK_WEEKEVENTREG_FLAG(26, 0x04)
-#define WEEKEVENTREG_26_08 PACK_WEEKEVENTREG_FLAG(26, 0x08)
+#define WEEKEVENTREG_LOOKED_AT_PIRATE_POSTER PACK_WEEKEVENTREG_FLAG(26, 0x04)
+#define WEEKEVENTREG_RECEIVED_SEAHORSE PACK_WEEKEVENTREG_FLAG(26, 0x08)
#define WEEKEVENTREG_26_10 PACK_WEEKEVENTREG_FLAG(26, 0x10)
#define WEEKEVENTREG_26_20 PACK_WEEKEVENTREG_FLAG(26, 0x20)
#define WEEKEVENTREG_26_40 PACK_WEEKEVENTREG_FLAG(26, 0x40)
@@ -1514,7 +1514,7 @@ typedef enum {
#define WEEKEVENTREG_RECEIVED_GOSSIP_STONE_GROTTO_HEART_PIECE PACK_WEEKEVENTREG_FLAG(90, 0x10)
// Related to Fishermans's jumping minigame
-#define WEEKEVENTREG_90_20 PACK_WEEKEVENTREG_FLAG(90, 0x20)
+#define WEEKEVENTREG_PLAYING_FISHERMAN_JUMPING_GAME PACK_WEEKEVENTREG_FLAG(90, 0x20)
#define WEEKEVENTREG_90_40 PACK_WEEKEVENTREG_FLAG(90, 0x40)
#define WEEKEVENTREG_90_80 PACK_WEEKEVENTREG_FLAG(90, 0x80)
#define WEEKEVENTREG_91_01 PACK_WEEKEVENTREG_FLAG(91, 0x01)