diff options
| author | Alejandro Javier Asenjo Nitti <alejandro.asenjo88@gmail.com> | 2024-08-15 03:26:01 -0300 |
|---|---|---|
| committer | Alejandro Javier Asenjo Nitti <alejandro.asenjo88@gmail.com> | 2024-08-15 03:26:01 -0300 |
| commit | 02ea67c9ccdc2c1fefb1eab8405764efb859462e (patch) | |
| tree | f3ed9e03bb6911cb63924e505aa93bfc5cb14cef /include | |
| parent | 5f5c0d2edfbfd04ce2b1b665942201597bd56bab (diff) | |
unk_0C -> upperLeftFlapYrot
Diffstat (limited to 'include')
| -rw-r--r-- | include/sf64player.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sf64player.h b/include/sf64player.h index 25639979..b52e76f1 100644 --- a/include/sf64player.h +++ b/include/sf64player.h @@ -132,7 +132,7 @@ typedef struct ArwingInfo { // ArArwingInfo /* 0x01 */ u8 leftWingState; // leftWingState /* 0x04 */ f32 upperRightFlapYrot; // upperRightFlapYrot /* 0x08 */ f32 bottomRightFlapYrot; // bottomRightFlapYrot - /* 0x0C */ f32 unk_0C; // upperLeftFlapYrot + /* 0x0C */ f32 upperLeftFlapYrot; // upperLeftFlapYrot /* 0x10 */ f32 unk_10; // bottomLeftFlapYrot /* 0x14 */ f32 unk_14; // laserGunsYpos /* 0x18 */ f32 unk_18; // laserGunsXpos |
