1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-08-23 07:21:19 +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

@ -284,7 +284,7 @@ void func_80A2F83C(EnGb* this, PlayState* play) {
if (Actor_TalkOfferAccepted(&this->dyna.actor, play)) {
s32 pad;
switch (func_8002F368(play)) {
switch (Actor_GetPlayerExchangeItemId(play)) {
case EXCH_ITEM_NONE:
func_80A2F180(this);
this->actionFunc = func_80A2F94C;