summaryrefslogtreecommitdiff
path: root/src/code/z_actor.c
diff options
context:
space:
mode:
authorJordan Longstaff <JordanLongstaff@users.noreply.github.com>2024-12-09 23:53:41 -0500
committerGitHub <noreply@github.com>2024-12-09 23:53:41 -0500
commitc21c3fe3da9cf1aa088f5dbf292671951b6f2a3b (patch)
treea82c882bcf8c658e9e81432b1e6c2c1a76ea3c2e /src/code/z_actor.c
parentb76fe9d0b87ce2c208ec4122d1304bbc09ff3ff8 (diff)
Renamed EVENTCHKINF_33 (#2326)
* Renamed EVENTCHKINF_33 * Rename: Gave letter to King Zora
Diffstat (limited to 'src/code/z_actor.c')
-rw-r--r--src/code/z_actor.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/code/z_actor.c b/src/code/z_actor.c
index 9e258450d..c9f89ffc7 100644
--- a/src/code/z_actor.c
+++ b/src/code/z_actor.c
@@ -5381,7 +5381,7 @@ u32 func_80035BFC(PlayState* play, s16 arg1) {
case 53:
if (Flags_GetEventChkInf(EVENTCHKINF_37)) {
retTextId = 0x402D;
- } else if (Flags_GetEventChkInf(EVENTCHKINF_33)) {
+ } else if (Flags_GetEventChkInf(EVENTCHKINF_GAVE_LETTER_TO_KING_ZORA)) {
retTextId = 0x4010;
} else if (Flags_GetEventChkInf(EVENTCHKINF_30)) {
retTextId = 0x400F;
@@ -5727,7 +5727,7 @@ void func_80036E50(u16 textId, s16 arg1) {
return;
case 55:
if (textId == 0x401B) {
- Flags_SetEventChkInf(EVENTCHKINF_33);
+ Flags_SetEventChkInf(EVENTCHKINF_GAVE_LETTER_TO_KING_ZORA);
Flags_SetInfTable(INFTABLE_138);
}
return;