diff options
| author | Leonid Kapitonov <Feacur@gmail.com> | 2024-12-14 20:59:22 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-14 14:59:22 -0500 |
| commit | 0f27d2fea3b6257bcddfca0ec333453096ab2c77 (patch) | |
| tree | 20952b48bf3b85272065b3c21cacea44aa505c64 /src/code/z_actor.c | |
| parent | 793516290e75d926942ae02023b63cea0e71c897 (diff) | |
document `func_8002F368` (#2358)
Diffstat (limited to 'src/code/z_actor.c')
| -rw-r--r-- | src/code/z_actor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/z_actor.c b/src/code/z_actor.c index fa11f4d07..e58729629 100644 --- a/src/code/z_actor.c +++ b/src/code/z_actor.c @@ -1768,7 +1768,7 @@ u32 Actor_TextboxIsClosing(Actor* actor, PlayState* play) { } } -s8 func_8002F368(PlayState* play) { +s8 Actor_GetPlayerExchangeItemId(PlayState* play) { Player* player = GET_PLAYER(play); return player->exchangeItemId; |
