1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-07-16 21:05:12 +00:00

Document func_8002F368 as Player_GetExchangeItemId

This commit is contained in:
feacur 2024-11-11 17:11:39 +01:00
parent 0d04f51e8e
commit d3eedf6293
16 changed files with 25 additions and 25 deletions

View file

@ -1759,7 +1759,7 @@ u32 Actor_TextboxIsClosing(Actor* actor, PlayState* play) {
}
}
s8 func_8002F368(PlayState* play) {
s8 Player_GetExchangeItemId(PlayState* play) {
Player* player = GET_PLAYER(play);
return player->exchangeItemId;