mirror of
https://github.com/HarbourMasters/Starship
synced 2026-08-11 19:59:02 -04:00
leftState -> leftWingState
This commit is contained in:
@@ -129,7 +129,7 @@ typedef struct PlayerShot {
|
||||
|
||||
typedef struct ArwingInfo { // ArArwingInfo
|
||||
/* 0x00 */ u8 rightWingState; // rightWingState
|
||||
/* 0x01 */ u8 leftState; // leftWingState
|
||||
/* 0x01 */ u8 leftWingState; // leftWingState
|
||||
/* 0x04 */ f32 unk_04; // upperRightFlapYrot
|
||||
/* 0x08 */ f32 unk_08; // bottomRightFlapYrot
|
||||
/* 0x0C */ f32 unk_0C; // upperLeftFlapYrot
|
||||
|
||||
Reference in New Issue
Block a user