diff options
| author | Tal Hayon <talhayon1@gmail.com> | 2023-07-14 11:30:07 +0300 |
|---|---|---|
| committer | Tal Hayon <talhayon1@gmail.com> | 2023-07-14 11:30:07 +0300 |
| commit | 6c945a4e29c567960fd77320cf6f72387811eb33 (patch) | |
| tree | ab6cd4357646acf004f9ea886b67d373fd971d56 /libs/JSystem/J3DGraphBase/J3DTransform.cpp | |
| parent | ed40ffb06473018899329ec5aabbf6a74726e4b5 (diff) | |
Work on J3DSkinDeform
Diffstat (limited to 'libs/JSystem/J3DGraphBase/J3DTransform.cpp')
| -rw-r--r-- | libs/JSystem/J3DGraphBase/J3DTransform.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/JSystem/J3DGraphBase/J3DTransform.cpp b/libs/JSystem/J3DGraphBase/J3DTransform.cpp index 823ba92b13..d4c577226a 100644 --- a/libs/JSystem/J3DGraphBase/J3DTransform.cpp +++ b/libs/JSystem/J3DGraphBase/J3DTransform.cpp @@ -32,7 +32,7 @@ extern "C" void J3DScaleNrmMtx__FPA4_fRC3Vec(); extern "C" void J3DScaleNrmMtx33__FPA3_fRC3Vec(); extern "C" void J3DMtxProjConcat__FPA4_fPA4_fPA4_f(); extern "C" void J3DPSMtxArrayConcat__FPA4_fPA4_fPA4_fUl(); -extern "C" extern u8 PSMulUnit01[8]; +extern "C" extern f32 PSMulUnit01[2]; // // External References: @@ -248,6 +248,6 @@ asm void J3DPSMtxArrayConcat(f32 (*param_0)[4], f32 (*param_1)[4], f32 (*param_2 /* ############################################################################################## */ /* 803CD8F8-803CD900 02AA18 0008+00 0/0 2/2 0/0 .data PSMulUnit01 */ -SECTION_DATA extern u8 PSMulUnit01[8] = { - 0x00, 0x00, 0x00, 0x00, 0xBF, 0x80, 0x00, 0x00, +SECTION_DATA extern f32 PSMulUnit01[2] = { + 0.0f, -1.0f, }; |
