diff options
| author | Eblo <7004497+Eblo@users.noreply.github.com> | 2025-09-16 13:46:42 -0400 |
|---|---|---|
| committer | Eblo <7004497+Eblo@users.noreply.github.com> | 2025-09-16 13:46:42 -0400 |
| commit | 82a315a30b03ba56778c4065cfd92083e24cd992 (patch) | |
| tree | 208191999ff5360b77e8af0608fc0f65c4f64755 /mm/2s2h/Rando/ActorBehavior/EnNb.cpp | |
| parent | 14b8cd53dc651c6446733011d655aab88746bac4 (diff) | |
Update player docs in enhancement files
Diffstat (limited to 'mm/2s2h/Rando/ActorBehavior/EnNb.cpp')
| -rw-r--r-- | mm/2s2h/Rando/ActorBehavior/EnNb.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mm/2s2h/Rando/ActorBehavior/EnNb.cpp b/mm/2s2h/Rando/ActorBehavior/EnNb.cpp index 927d24061..2c9bc4e6c 100644 --- a/mm/2s2h/Rando/ActorBehavior/EnNb.cpp +++ b/mm/2s2h/Rando/ActorBehavior/EnNb.cpp @@ -2,7 +2,7 @@ extern "C" { #include "variables.h" -void func_80837B60(PlayState* play, Player* player); +void Player_SetupTalk(PlayState* play, Player* player); s32 Player_SetupWaitForPutAway(PlayState* play, Player* player, AfterPutAwayFunc afterPutAwayFunc); } @@ -16,7 +16,7 @@ void Rando::ActorBehavior::InitEnNbBehavior() { switch (cmdId) { case MSCRIPT_CMD_ID_OFFER_ITEM: // Lock the player into conversation because a notebook message might appear - Player_SetupWaitForPutAway(gPlayState, player, func_80837B60); + Player_SetupWaitForPutAway(gPlayState, player, Player_SetupTalk); *should = false; break; case MSCRIPT_CMD_ID_DONE: |
