mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-15 04:14:34 +00:00
Player: Player_ActionHandler_Talk
(#2226)
* document Player_ActionHandler_Talk * format * comment tweak * review * capitalization
This commit is contained in:
parent
0acaed6d17
commit
9da16a8fd8
2 changed files with 118 additions and 89 deletions
|
@ -697,7 +697,7 @@ typedef struct WeaponInfo {
|
|||
#define PLAYER_STATE1_31 (1 << 31)
|
||||
|
||||
#define PLAYER_STATE2_0 (1 << 0)
|
||||
#define PLAYER_STATE2_1 (1 << 1)
|
||||
#define PLAYER_STATE2_CAN_ACCEPT_TALK_OFFER (1 << 1) // Can accept a talk offer. "Speak" or "Check" is shown on the A button.
|
||||
#define PLAYER_STATE2_2 (1 << 2)
|
||||
#define PLAYER_STATE2_3 (1 << 3)
|
||||
#define PLAYER_STATE2_4 (1 << 4)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue