diff options
| author | Jordan Longstaff <JordanLongstaff@users.noreply.github.com> | 2024-12-09 23:53:41 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-09 23:53:41 -0500 |
| commit | c21c3fe3da9cf1aa088f5dbf292671951b6f2a3b (patch) | |
| tree | a82c882bcf8c658e9e81432b1e6c2c1a76ea3c2e /src/elf_message | |
| parent | b76fe9d0b87ce2c208ec4122d1304bbc09ff3ff8 (diff) | |
Renamed EVENTCHKINF_33 (#2326)
* Renamed EVENTCHKINF_33
* Rename: Gave letter to King Zora
Diffstat (limited to 'src/elf_message')
| -rw-r--r-- | src/elf_message/elf_message_field.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/elf_message/elf_message_field.c b/src/elf_message/elf_message_field.c index bcdb71caf..505649afd 100644 --- a/src/elf_message/elf_message_field.c +++ b/src/elf_message/elf_message_field.c @@ -11,7 +11,7 @@ QuestHintCmd gOverworldNaviQuestHints[] = { QUEST_HINT_STRENGTH_UPG(CHECK, 0, true, 0x46), QUEST_HINT_FLAG(CHECK, EVENTCHKINF_25, false, 0x47), QUEST_HINT_MAGIC(CHECK, false, 0x48), - QUEST_HINT_FLAG(CHECK, EVENTCHKINF_33, false, 0x49), + QUEST_HINT_FLAG(CHECK, EVENTCHKINF_GAVE_LETTER_TO_KING_ZORA, false, 0x49), QUEST_HINT_FLAG(CHECK, EVENTCHKINF_37, false, 0x4A), QUEST_HINT_FLAG(CHECK, EVENTCHKINF_80, false, 0x4B), QUEST_HINT_FLAG(CHECK, EVENTCHKINF_43, false, 0x4C), |
