Player Docs: Propose Named Unions For Shared Variables (#1560)

* make unions

* format

* adjust comment on halt thing
This commit is contained in:
fig02
2023-10-07 19:25:45 -04:00
committed by GitHub
parent ebc6ebf232
commit 181b438393
10 changed files with 343 additions and 332 deletions
+2 -2
View File
@@ -1062,7 +1062,7 @@ s32 func_8002DF38(PlayState* play, Actor* actor, u8 csAction) {
player->csAction = csAction;
player->unk_448 = actor;
player->doorBgCamIndex = 0;
player->cv.haltActorsDuringCsAction = false;
return true;
}
@@ -1071,7 +1071,7 @@ s32 func_8002DF54(PlayState* play, Actor* actor, u8 csAction) {
Player* player = GET_PLAYER(play);
func_8002DF38(play, actor, csAction);
player->doorBgCamIndex = 1;
player->cv.haltActorsDuringCsAction = true;
return true;
}