mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-23 07:21:19 +00:00
Player Docs: public facing csAction things (#1561)
* name public csAction functions * format * adjust function comment * format
This commit is contained in:
parent
3475651701
commit
4908b8b37c
64 changed files with 359 additions and 317 deletions
|
@ -159,7 +159,7 @@ void EnGe3_ForceTalk(EnGe3* this, PlayState* play) {
|
|||
this->actionFunc = EnGe3_GiveCard;
|
||||
} else {
|
||||
if (!(this->unk_30C & 4)) {
|
||||
func_8002DF54(play, &this->actor, PLAYER_CSACTION_7);
|
||||
Player_SetCsActionWithHaltedActors(play, &this->actor, PLAYER_CSACTION_7);
|
||||
this->unk_30C |= 4;
|
||||
}
|
||||
this->actor.textId = 0x6004;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue