diff options
| author | engineer124 <47598039+engineer124@users.noreply.github.com> | 2024-12-03 12:11:00 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-02 17:11:00 -0800 |
| commit | 33e4afd4d5e39fe89f414730bd2cc225f869bd44 (patch) | |
| tree | 002050476dacbf2158171243a6ca6b15334e3334 /include | |
| parent | a8dbb5ac276185f5a5e26133b0fba43835ead30c (diff) | |
Player Docs: Slide on Slope (#1752)
* slide on slope
* cleanup
Diffstat (limited to 'include')
| -rw-r--r-- | include/z64player.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/z64player.h b/include/z64player.h index 6b24e580f..277af318b 100644 --- a/include/z64player.h +++ b/include/z64player.h @@ -1262,6 +1262,7 @@ typedef struct Player { /* 0xAE7 */ union { s8 actionVar1; s8 startedAnim; // Player_Action_TimeTravelEnd: Started playing the animation that was previously frozen + s8 facingUpSlope; // Player_Action_SlideOnSlope: Facing uphill when sliding on a slope } av1; // "Action Variable 1": context dependent variable that has different meanings depending on what action is currently running /* 0xAE8 */ union { s16 actionVar2; |
