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:
parent
0d04f51e8e
commit
d3eedf6293
16 changed files with 25 additions and 25 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue