mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-23 15:31:15 +00:00
Name Talking Related Actor Flags (#2230)
* document talking related actor flags * tweak comment * review * tweak * accept -> accepted * add more clarification
This commit is contained in:
parent
f7f38ff874
commit
80ed596c56
25 changed files with 84 additions and 76 deletions
|
@ -103,7 +103,7 @@ void func_80A89008(EnJs* this) {
|
|||
void func_80A89078(EnJs* this, PlayState* play) {
|
||||
if (Actor_TextboxIsClosing(&this->actor, play)) {
|
||||
func_80A89008(this);
|
||||
this->actor.flags &= ~ACTOR_FLAG_16;
|
||||
this->actor.flags &= ~ACTOR_FLAG_TALK_OFFER_AUTO_ACCEPTED;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -119,7 +119,7 @@ void func_80A8910C(EnJs* this, PlayState* play) {
|
|||
if (Actor_TextboxIsClosing(&this->actor, play)) {
|
||||
this->actor.textId = 0x6078;
|
||||
En_Js_SetupAction(this, func_80A890C0);
|
||||
this->actor.flags |= ACTOR_FLAG_16;
|
||||
this->actor.flags |= ACTOR_FLAG_TALK_OFFER_AUTO_ACCEPTED;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue