mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-17 12:33:38 +00:00
Player: Document "WaitForPutAway" (#1936)
* document put away delay * functions.txt * add a note on delaying indefinitely * format * typo * delay -> wait for put away * revert unintended formatting change * add comment to struct member * format * fix functions.txt
This commit is contained in:
parent
f643499462
commit
295a8669b8
3 changed files with 63 additions and 32 deletions
|
@ -3265,7 +3265,7 @@ func_80832318 = 0x8082EDB4; // type:func
|
|||
func_80832340 = 0x8082EDE0; // type:func
|
||||
Player_DetachHeldActor = 0x8082EE50; // type:func
|
||||
func_80832440 = 0x8082EEDC; // type:func
|
||||
func_80832528 = 0x8082EFC4; // type:func
|
||||
Player_PutAwayHeldItem = 0x8082EFC4; // type:func
|
||||
func_80832564 = 0x8082F000; // type:func
|
||||
func_80832594 = 0x8082F038; // type:func
|
||||
func_80832630 = 0x8082F0D8; // type:func
|
||||
|
@ -3386,7 +3386,7 @@ Player_UseItem = 0x80832AE4; // type:func
|
|||
func_80836448 = 0x80832FEC; // type:func
|
||||
Player_CanUpdateItems = 0x8083316C; // type:func
|
||||
Player_UpdateUpperBody = 0x80833218; // type:func
|
||||
func_80836898 = 0x80833440; // type:func
|
||||
Player_SetupWaitForPutAway = 0x80833440; // type:func
|
||||
func_808368EC = 0x80833498; // type:func
|
||||
func_808369C8 = 0x80833574; // type:func
|
||||
func_80836AB8 = 0x80833660; // type:func
|
||||
|
@ -3593,7 +3593,7 @@ Player_Action_80844E68 = 0x80841AB8; // type:func
|
|||
Player_Action_80845000 = 0x80841C50; // type:func
|
||||
Player_Action_80845308 = 0x80841F58; // type:func
|
||||
Player_Action_80845668 = 0x808422B8; // type:func
|
||||
Player_Action_808458D0 = 0x80842524; // type:func
|
||||
Player_Action_WaitForPutAway = 0x80842524; // type:func
|
||||
func_80845964 = 0x808425B8; // type:func
|
||||
func_80845BA0 = 0x808427FC; // type:func
|
||||
func_80845C68 = 0x808428C8; // type:func
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue