mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-08 00:44:42 +00:00
Rename EVENTCHKINF_02 (#2322)
* Rename EVENTCHKINF_02 * Rename to EVENTCHKINF_MIDO_DENIED_DEKU_TREE_ACCESS
This commit is contained in:
parent
4d902dcd95
commit
6735eb25d6
4 changed files with 5 additions and 5 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue