diff options
Diffstat (limited to 'include/JSystem/JParticle')
| -rw-r--r-- | include/JSystem/JParticle/JPABaseShape.h | 2 | ||||
| -rw-r--r-- | include/JSystem/JParticle/JPAChildShape.h | 2 | ||||
| -rw-r--r-- | include/JSystem/JParticle/JPADynamicsBlock.h | 3 | ||||
| -rw-r--r-- | include/JSystem/JParticle/JPAExTexShape.h | 2 | ||||
| -rw-r--r-- | include/JSystem/JParticle/JPAExtraShape.h | 2 |
5 files changed, 5 insertions, 6 deletions
diff --git a/include/JSystem/JParticle/JPABaseShape.h b/include/JSystem/JParticle/JPABaseShape.h index 3ebff4528c..6d4dabf2d8 100644 --- a/include/JSystem/JParticle/JPABaseShape.h +++ b/include/JSystem/JParticle/JPABaseShape.h @@ -38,7 +38,7 @@ struct JPABaseShapeData { /* 0x2E */ u8 mAnmRndm; /* 0x2F */ u8 mClrAnmRndmMask; /* 0x30 */ u8 mTexAnmRndmMask; -}; +}; // Size: 0x34 /** * @ingroup jsystem-jparticle diff --git a/include/JSystem/JParticle/JPAChildShape.h b/include/JSystem/JParticle/JPAChildShape.h index 2761a56759..fec4c08a55 100644 --- a/include/JSystem/JParticle/JPAChildShape.h +++ b/include/JSystem/JParticle/JPAChildShape.h @@ -34,7 +34,7 @@ struct JPAChildShapeData { /* 0x44 */ u8 mStep; /* 0x45 */ u8 mTexIdx; /* 0x46 */ s16 mRotSpeed; -}; +}; // Size: 0x48 /** * @ingroup jsystem-jparticle diff --git a/include/JSystem/JParticle/JPADynamicsBlock.h b/include/JSystem/JParticle/JPADynamicsBlock.h index fc175ff69d..38805b3b07 100644 --- a/include/JSystem/JParticle/JPADynamicsBlock.h +++ b/include/JSystem/JParticle/JPADynamicsBlock.h @@ -41,8 +41,7 @@ struct JPADynamicsBlockData { /* 0x74 */ u16 mVolumeSize; /* 0x76 */ u16 mDivNumber; /* 0x78 */ u8 mRateStep; - /* 0x7C */ u32 field_0x7c; -}; +}; // Size: 0x7C typedef void (*JPADynamicsCalcVolumeFunc)(JPAEmitterWorkData*); diff --git a/include/JSystem/JParticle/JPAExTexShape.h b/include/JSystem/JParticle/JPAExTexShape.h index b202cc9d9c..d1d6013dd1 100644 --- a/include/JSystem/JParticle/JPAExTexShape.h +++ b/include/JSystem/JParticle/JPAExTexShape.h @@ -19,7 +19,7 @@ struct JPAExTexShapeData { /* 0x24 */ s8 mExpScale; /* 0x25 */ s8 mIndTexIdx; /* 0x26 */ s8 mSecTexIdx; -}; +}; // Size: 0x28 /** * @ingroup jsystem-jparticle diff --git a/include/JSystem/JParticle/JPAExtraShape.h b/include/JSystem/JParticle/JPAExtraShape.h index dbf4636341..fac178eb6a 100644 --- a/include/JSystem/JParticle/JPAExtraShape.h +++ b/include/JSystem/JParticle/JPAExtraShape.h @@ -38,7 +38,7 @@ struct JPAExtraShapeData { /* 0x54 */ f32 mRotateSpeed; /* 0x58 */ f32 mRotateSpeedRandom; /* 0x5C */ f32 mRotateDirection; -}; +}; // Size: 0x60 /** * @ingroup jsystem-jparticle |
