mirror of
https://github.com/zeldaret/mm.git
synced 2026-09-06 02:38:08 -04:00
@@ -130,7 +130,7 @@ void func_80C1019C(EnRecepgirl* this, PlayState* play) {
|
||||
Animation_ChangeTransitionRepeat(temp_a0, &D_06009890, -4.0f);
|
||||
}
|
||||
}
|
||||
if (Actor_ProcessTalkRequest((Actor *) this, play) != 0) {
|
||||
if (Actor_TalkOfferAccepted((Actor *) this, play) != 0) {
|
||||
func_80C10290(this);
|
||||
return;
|
||||
}
|
||||
@@ -185,7 +185,7 @@ void func_80C1019C(EnRecepgirl* this, PlayState* play) {
|
||||
Animation_ChangeTransitionRepeat(&this->skelAnime, &D_06009890, -4.0f);
|
||||
}
|
||||
}
|
||||
if (Actor_ProcessTalkRequest(&this->actor, &play->state) != 0) {
|
||||
if (Actor_TalkOfferAccepted(&this->actor, &play->state) != 0) {
|
||||
func_80C10290(this);
|
||||
return;
|
||||
}
|
||||
@@ -223,7 +223,7 @@ void func_80C1019C(EnRecepgirl* this, PlayState* play) {
|
||||
}
|
||||
}
|
||||
|
||||
if (Actor_ProcessTalkRequest(&this->actor, &play->state) != 0) {
|
||||
if (Actor_TalkOfferAccepted(&this->actor, &play->state) != 0) {
|
||||
func_80C10290(this);
|
||||
} else if (Actor_IsFacingPlayer(&this->actor, 0x2000)) {
|
||||
Actor_OfferTalk(&this->actor, play, 60.0f);
|
||||
|
||||
Reference in New Issue
Block a user