Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronB-Hub committed Sep 22, 2024
1 parent 9d19f1c commit 0be0719
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/melee/it/itCommonItems.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ typedef struct {

typedef struct {
bool x0; // [1 or true]
s32 x4; // [8]
s32 x4; // [8]
} ItCapsuleAttr;

typedef struct {
Expand Down Expand Up @@ -107,10 +107,10 @@ typedef struct HeartContainerAttr {
u8 b7 : 1;
} bits;
u32 flags;
} x4; // [999]
s32 x8; // [1200]
u8 xC; // [1140]
u8 x10; // [120]
} x4; // [999]
s32 x8; // [1200]
u8 xC; // [1140]
u8 x10; // [120]
f32 x14; // y velocity? [1.5]
f32 x18; // y rotation? [0.0349066]
} HeartContainerAttr;
Expand Down Expand Up @@ -336,10 +336,10 @@ typedef struct FFlowerVars {
} FFlowerVars;

typedef struct FFlowerAttr {
int x0; // [120]
int x4; // [1200]
int x8; // [1140]
int xC; // [120]
int x0; // [120]
int x4; // [1200]
int x8; // [1140]
int xC; // [120]
float x10; // [1.5]
float x14;
} FFlowerAttr;
Expand Down

0 comments on commit 0be0719

Please sign in to comment.