mirror of
https://github.com/zeldaret/oot.git
synced 2024-12-29 00:06:33 +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
|
@ -464,7 +464,7 @@ typedef enum LinkAge {
|
|||
* SaveContext.eventChkInf
|
||||
*/
|
||||
|
||||
#define EVENTCHKINF_02 0x02
|
||||
#define EVENTCHKINF_MIDO_DENIED_DEKU_TREE_ACCESS 0x02
|
||||
#define EVENTCHKINF_03 0x03
|
||||
#define EVENTCHKINF_04 0x04
|
||||
#define EVENTCHKINF_05 0x05
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -480,7 +480,7 @@ s16 EnMd_UpdateTalkState(PlayState* play, Actor* thisx) {
|
|||
SET_EVENTCHKINF(EVENTCHKINF_0F);
|
||||
break;
|
||||
case 0x102F:
|
||||
SET_EVENTCHKINF(EVENTCHKINF_02);
|
||||
SET_EVENTCHKINF(EVENTCHKINF_MIDO_DENIED_DEKU_TREE_ACCESS);
|
||||
SET_INFTABLE(INFTABLE_0C);
|
||||
break;
|
||||
case 0x1060:
|
||||
|
|
|
@ -155,7 +155,7 @@ u16 EnSa_GetTextId(PlayState* play, Actor* thisx) {
|
|||
return 0x1047;
|
||||
}
|
||||
}
|
||||
if (GET_EVENTCHKINF(EVENTCHKINF_02)) {
|
||||
if (GET_EVENTCHKINF(EVENTCHKINF_MIDO_DENIED_DEKU_TREE_ACCESS)) {
|
||||
this->unk_208 = 0;
|
||||
this->unk_209 = TEXT_STATE_NONE;
|
||||
if (GET_INFTABLE(INFTABLE_03)) {
|
||||
|
|
Loading…
Reference in a new issue