summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPepe20129 <72659707+Pepe20129@users.noreply.github.com>2024-10-13 19:33:16 +0200
committerGitHub <noreply@github.com>2024-10-13 13:33:16 -0400
commitd0b47258693aa2a9c0bf885ca93bf21841bdbab9 (patch)
treef1afb6ba1252801834fa391bd9fda85ab2ce4cd0 /include
parentb2755887282283ace373aeb9e244236fae28212f (diff)
Document `Player_Action_8084F390` (#2264)
* Document Player_Action_8084F390 * Rename linkYawToStepTowards into shapeYawTarget * Fix BSS * Address reviews * Fix format * Address Review
Diffstat (limited to 'include')
-rw-r--r--include/z64player.h1
1 files changed, 1 insertions, 0 deletions
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