diff options
| author | Jordan Longstaff <JordanLongstaff@users.noreply.github.com> | 2024-12-07 17:01:21 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-07 17:01:21 -0500 |
| commit | 6735eb25d6e568a4fc74ea3688dabee8422775eb (patch) | |
| tree | 1a867c8991c5f40b74ddea13241a87bfe4f8f2b3 /src/code | |
| parent | 4d902dcd95ace6a087700f7a816e594fd0cbc48a (diff) | |
Rename EVENTCHKINF_02 (#2322)
* Rename EVENTCHKINF_02
* Rename to EVENTCHKINF_MIDO_DENIED_DEKU_TREE_ACCESS
Diffstat (limited to 'src/code')
| -rw-r--r-- | src/code/z_actor.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/code/z_actor.c b/src/code/z_actor.c index 7c4293689..114afb8ef 100644 --- a/src/code/z_actor.c +++ b/src/code/z_actor.c @@ -4770,7 +4770,7 @@ u32 func_80035BFC(PlayState* play, s16 arg1) { retTextId = 0x1047; } } else { - if (Flags_GetEventChkInf(EVENTCHKINF_02)) { + if (Flags_GetEventChkInf(EVENTCHKINF_MIDO_DENIED_DEKU_TREE_ACCESS)) { if (Flags_GetInfTable(INFTABLE_03)) { retTextId = 0x1032; } else { @@ -5514,7 +5514,7 @@ void func_80036E50(u16 textId, s16 arg1) { case 1: switch (textId) { case 0x102F: - Flags_SetEventChkInf(EVENTCHKINF_02); + Flags_SetEventChkInf(EVENTCHKINF_MIDO_DENIED_DEKU_TREE_ACCESS); Flags_SetInfTable(INFTABLE_0C); return; case 0x1033: |
