diff options
| author | hiisuya <112015628+hiisuya@users.noreply.github.com> | 2023-12-10 13:36:12 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-10 14:36:12 -0500 |
| commit | cc96184a96c4fef61917ce895c615cca6e1128fa (patch) | |
| tree | bd081f8682a8245c72c96614198722909926c020 /src/elf_message | |
| parent | 2ab90bc51788c6baac0a94c3acb256be5f39ca12 (diff) | |
Doc Actor: En_Ma1 (Child Malon) (#1584)
* started malon documentation
* docd all event and inf table checks
* doc cleanup
* ran formatter
* fixed misnamed eventcheck
* revert isNotSinging oops
* removed unnecessary comments
* changed from handle to update
* revert vec3f name change
* moved texture information
* isNotSinging to singingDisabled
* rename of inftable and eventchk
* small cleanup
* anim enum change
* enum names for child malon limbs
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 db8b11638..bcdb71caf 100644 --- a/src/elf_message/elf_message_field.c +++ b/src/elf_message/elf_message_field.c @@ -4,7 +4,7 @@ QuestHintCmd gOverworldNaviQuestHints[] = { QUEST_HINT_FLAG(CHECK, EVENTCHKINF_05, false, 0x40), QUEST_HINT_FLAG(CHECK, EVENTCHKINF_09, false, 0x41), - QUEST_HINT_FLAG(CHECK, EVENTCHKINF_12, false, 0x42), + QUEST_HINT_FLAG(CHECK, EVENTCHKINF_RECEIVED_WEIRD_EGG, false, 0x42), QUEST_HINT_FLAG(CHECK, EVENTCHKINF_TALON_RETURNED_FROM_CASTLE, false, 0x43), QUEST_HINT_FLAG(CHECK, EVENTCHKINF_40, false, 0x44), QUEST_HINT_SONG(CHECK, ITEM_SONG_SARIA, false, 0x45), |
