summaryrefslogtreecommitdiff
path: root/include/JSystem/JParticle
diff options
context:
space:
mode:
authorhatal175 <hatal175@users.noreply.github.com>2023-07-24 01:30:24 +0300
committerGitHub <noreply@github.com>2023-07-23 15:30:24 -0700
commitcb8bf4a4892ece541bf57bcd82accbf1af581f1f (patch)
tree702e7af1963aca8755f9fc66809917aac99a53da /include/JSystem/JParticle
parent6d9f00cb46619aad3a2b52ff13263506c107af92 (diff)
More JSystem borrowing (#383)
Diffstat (limited to 'include/JSystem/JParticle')
-rw-r--r--include/JSystem/JParticle/JPAKeyBlock.h9
-rw-r--r--include/JSystem/JParticle/JPAMath.h1
2 files changed, 10 insertions, 0 deletions
diff --git a/include/JSystem/JParticle/JPAKeyBlock.h b/include/JSystem/JParticle/JPAKeyBlock.h
index 701b252ea0..2f29e74acf 100644
--- a/include/JSystem/JParticle/JPAKeyBlock.h
+++ b/include/JSystem/JParticle/JPAKeyBlock.h
@@ -3,4 +3,13 @@
#include "dolphin/types.h"
+struct JPAKeyBlock {
+ /* 8027D730 */ JPAKeyBlock(u8 const*);
+ /* 8027D740 */ void calc(f32);
+
+ const u8* mDataStart;
+ const f32* field_0x4;
+};
+
+
#endif /* JPAKEYBLOCK_H */
diff --git a/include/JSystem/JParticle/JPAMath.h b/include/JSystem/JParticle/JPAMath.h
index abad96a07d..7bb10f6101 100644
--- a/include/JSystem/JParticle/JPAMath.h
+++ b/include/JSystem/JParticle/JPAMath.h
@@ -7,5 +7,6 @@
void JPAGetXYZRotateMtx(s16 x, s16 y, s16 z, Mtx dst);
void JPASetRMtxTVecfromMtx(f32 const (*param_0)[4], f32 (*param_1)[4],
JGeometry::TVec3<f32>* param_2);
+void JPACalcKeyAnmValue(f32 param_0, u16 param_1, f32 const* param_2);
#endif /* JPAMATH_H */