1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-07-10 01:44:36 +00:00

document func_8002F368 (#2358)

This commit is contained in:
Leonid Kapitonov 2024-12-14 20:59:22 +01:00 committed by GitHub
parent 793516290e
commit 0f27d2fea3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 25 additions and 25 deletions

View file

@ -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;