diff options
| author | Derek Hensley <hensley.derek58@gmail.com> | 2023-09-14 19:24:39 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-14 23:24:39 -0300 |
| commit | 99dd8a41f969ace0b9defc1c9cdf0f44f67d53be (patch) | |
| tree | 78fa13c1433514602fc8f3240a900cc4a797db79 /docs/tutorial/documenting.md | |
| parent | 548ea08838f11a0f3c7f29e014eede6ef784ab7a (diff) | |
Docs namefixer (#1378)
Diffstat (limited to 'docs/tutorial/documenting.md')
| -rw-r--r-- | docs/tutorial/documenting.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/tutorial/documenting.md b/docs/tutorial/documenting.md index 11d8b3546..9013ab010 100644 --- a/docs/tutorial/documenting.md +++ b/docs/tutorial/documenting.md @@ -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)) { |
