1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-08-12 01:40:47 +00:00

Rename EVENTCHKINF_02 (#2322)

* Rename EVENTCHKINF_02

* Rename to EVENTCHKINF_MIDO_DENIED_DEKU_TREE_ACCESS
This commit is contained in:
Jordan Longstaff 2024-12-07 17:01:21 -05:00 committed by GitHub
parent 4d902dcd95
commit 6735eb25d6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 5 additions and 5 deletions

View file

@ -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:

View file

@ -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)) {