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:
parent
4d902dcd95
commit
6735eb25d6
4 changed files with 5 additions and 5 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue