Name player's generic actionVars (#1392)

* action-vars

* single bracket
This commit is contained in:
engineer124
2023-09-25 14:15:40 -03:00
committed by GitHub
parent 4e9e6c007c
commit 1d1e6ef03b
17 changed files with 447 additions and 444 deletions
+2 -2
View File
@@ -1221,8 +1221,8 @@ typedef struct Player {
/* 0xADE */ u8 unk_ADE;
/* 0xADF */ s8 unk_ADF[4]; // Circular buffer used for testing for triggering a quickspin
/* 0xAE3 */ s8 unk_AE3[4]; // Circular buffer used for ?
/* 0xAE7 */ s8 unk_AE7; // a timer, used as an index for multiple kinds of animations too, room index?, etc
/* 0xAE8 */ s16 unk_AE8; // multipurpose timer
/* 0xAE7 */ s8 actionVar1; // context dependent variable that has different meanings depending on what action is currently running
/* 0xAE8 */ s16 actionVar2; // context dependent variable that has different meanings depending on what action is currently running
/* 0xAEC */ f32 unk_AEC;
/* 0xAF0 */ union {
Vec3f unk_AF0[2];