diff options
| author | hatal175 <hatal175@users.noreply.github.com> | 2023-07-24 01:30:24 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-23 15:30:24 -0700 |
| commit | cb8bf4a4892ece541bf57bcd82accbf1af581f1f (patch) | |
| tree | 702e7af1963aca8755f9fc66809917aac99a53da /include/JSystem/JParticle | |
| parent | 6d9f00cb46619aad3a2b52ff13263506c107af92 (diff) | |
More JSystem borrowing (#383)
Diffstat (limited to 'include/JSystem/JParticle')
| -rw-r--r-- | include/JSystem/JParticle/JPAKeyBlock.h | 9 | ||||
| -rw-r--r-- | include/JSystem/JParticle/JPAMath.h | 1 |
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 */ |
