mirror of
https://github.com/zeldaret/mm.git
synced 2026-07-08 21:34:48 -04:00
Docs namefixer (#1378)
This commit is contained in:
@@ -137,7 +137,7 @@ void func_80C1019C(EnRecepgirl* this, PlayState* play) {
|
||||
if (Actor_ProcessTalkRequest(&this->actor, &play->state) != 0) {
|
||||
func_80C10290(this);
|
||||
} else if (Actor_IsFacingPlayer(&this->actor, 0x2000)) {
|
||||
func_800B8614(&this->actor, play, 60.0f);
|
||||
Actor_OfferTalk(&this->actor, play, 60.0f);
|
||||
if (Player_GetMask(play) == 2) {
|
||||
this->actor.textId = 0x2367;
|
||||
} else if (Flags_GetSwitch(play, this->actor.params)) {
|
||||
@@ -473,7 +473,7 @@ void func_80C1019C(EnRecepgirl* this, PlayState* play) {
|
||||
if (Actor_ProcessTalkRequest(&this->actor, &play->state) != 0) {
|
||||
func_80C10290(this);
|
||||
} else if (Actor_IsFacingPlayer(&this->actor, 0x2000)) {
|
||||
func_800B8614(&this->actor, play, 60.0f);
|
||||
Actor_OfferTalk(&this->actor, play, 60.0f);
|
||||
if (Player_GetMask(play) == PLAYER_MASK_KAFEIS_MASK) {
|
||||
this->actor.textId = 0x2367; // "... doesn't Kafei want to break off his engagement ... ?"
|
||||
} else if (Flags_GetSwitch(play, this->actor.params)) {
|
||||
|
||||
Reference in New Issue
Block a user