From d0b47258693aa2a9c0bf885ca93bf21841bdbab9 Mon Sep 17 00:00:00 2001 From: Pepe20129 <72659707+Pepe20129@users.noreply.github.com> Date: Sun, 13 Oct 2024 19:33:16 +0200 Subject: Document `Player_Action_8084F390` (#2264) * Document Player_Action_8084F390 * Rename linkYawToStepTowards into shapeYawTarget * Fix BSS * Address reviews * Fix format * Address Review --- include/z64player.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/z64player.h b/include/z64player.h index 4447ab81e..7ec9cd906 100644 --- a/include/z64player.h +++ b/include/z64player.h @@ -877,6 +877,7 @@ typedef struct Player { /* 0x084F */ union { s8 actionVar1; + s8 facingUpSlope; // Player_Action_SlideOnSlope: facing uphill when sliding on a slope s8 bottleCatchType; // Player_Action_SwingBottle: entry type for `sBottleCatchInfo`, corresponds to actor caught in a bottle } av1; // "Action Variable 1": context dependent variable that has different meanings depending on what action is currently running -- cgit v1.2.3