summaryrefslogtreecommitdiff
path: root/include/JSystem/JParticle
diff options
context:
space:
mode:
authorrobojumper <robojumper@gmail.com>2025-04-27 15:34:52 +0200
committerrobojumper <robojumper@gmail.com>2025-04-27 15:34:52 +0200
commit9e5c1c9cbb62eb4e99f46cb63f908e492665eeef (patch)
treea1f8bc183d8f4cbb4b1b8adec8744fbef6a6b358 /include/JSystem/JParticle
parentca2f6bde481292758263f5898a07da512f75b0ee (diff)
Almost done
Diffstat (limited to 'include/JSystem/JParticle')
-rw-r--r--include/JSystem/JParticle/JPAExTexShape.h13
1 files changed, 11 insertions, 2 deletions
diff --git a/include/JSystem/JParticle/JPAExTexShape.h b/include/JSystem/JParticle/JPAExTexShape.h
index 91260f7d..81970fe0 100644
--- a/include/JSystem/JParticle/JPAExTexShape.h
+++ b/include/JSystem/JParticle/JPAExTexShape.h
@@ -17,7 +17,16 @@ struct JPAExTexShapeData {
/* 0x08 */ u32 mFlags;
/* 0x0C */ f32 mIndTexMtx[2][3];
- /* 0x24 */ u8 _0x24[0x4C - 0x24];
+ /* 0x24 */ f32 field_0x24;
+ /* 0x28 */ f32 field_0x28;
+ /* 0x2C */ f32 field_0x2C;
+ /* 0x30 */ f32 field_0x30;
+ /* 0x34 */ f32 field_0x34;
+ /* 0x38 */ f32 field_0x38;
+ /* 0x3C */ f32 field_0x3C;
+ /* 0x40 */ f32 field_0x40;
+ /* 0x44 */ f32 field_0x44;
+ /* 0x48 */ f32 field_0x48;
/* 0x4C */ u8 field_0x4C;
/* 0x4D */ s8 mExpScale;
/* 0x4E */ s8 mIndTexIdx;
@@ -42,7 +51,7 @@ public:
public:
const JPAExTexShapeData* mpData;
- void fn_8031DE80(JPABaseShape *bsp, f32);
+ void fn_8031DE80(const JPABaseShape *bsp, f32) const;
};
void JPALoadExTex(JPAEmitterWorkData*);