1
0
Fork 0
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:
fig02 2024-09-25 22:11:11 -04:00 committed by GitHub
parent 0acaed6d17
commit 9da16a8fd8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 118 additions and 89 deletions

View file

@ -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)