diff options
| author | hatal175 <hatal175@users.noreply.github.com> | 2024-10-26 09:44:26 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-25 23:44:26 -0700 |
| commit | 606178dc88e162969a636644f410c72cbb5eca64 (patch) | |
| tree | 121187e76fe9bae896a60c70595ada7245cad34f /src/d/actor/d_a_npc_len.cpp | |
| parent | 8a0802554e0d4520ccc79d90f59c78f7626e6033 (diff) | |
Work on daNpc_Hanjo_c (#2225)
Diffstat (limited to 'src/d/actor/d_a_npc_len.cpp')
| -rw-r--r-- | src/d/actor/d_a_npc_len.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/d/actor/d_a_npc_len.cpp b/src/d/actor/d_a_npc_len.cpp index abcc92823a..6139f1e452 100644 --- a/src/d/actor/d_a_npc_len.cpp +++ b/src/d/actor/d_a_npc_len.cpp @@ -101,7 +101,7 @@ extern "C" void func_80A68BD0(void* _this, int, int); extern "C" void __sinit_d_a_npc_len_cpp(); extern "C" void __ct__11daNpc_Len_cFPC26daNpcT_faceMotionAnmData_cPC22daNpcT_motionAnmData_cPCQ222daNpcT_MotionSeqMngr_c18sequenceStepData_ciPCQ222daNpcT_MotionSeqMngr_c18sequenceStepData_ciPC16daNpcT_evtData_cPPc(); -extern "C" bool getEyeballMaterialNo__11daNpc_Len_cFv(); +extern "C" s32 getEyeballMaterialNo__11daNpc_Len_cFv(); extern "C" s32 getHeadJointNo__11daNpc_Len_cFv(); extern "C" s32 getNeckJointNo__11daNpc_Len_cFv(); extern "C" bool getBackboneJointNo__11daNpc_Len_cFv(); @@ -1547,7 +1547,7 @@ daNpc_Len_c::daNpc_Len_c(daNpcT_faceMotionAnmData_c const* param_0, } /* 80A68DE0-80A68DE8 004BA0 0008+00 1/0 0/0 0/0 .text getEyeballMaterialNo__11daNpc_Len_cFv */ -bool daNpc_Len_c::getEyeballMaterialNo() { +s32 daNpc_Len_c::getEyeballMaterialNo() { return true; } @@ -1609,4 +1609,4 @@ static void func_80A68E88() { // NONMATCHING } -/* 80A68FDC-80A68FDC 000138 0000+00 0/0 0/0 0/0 .rodata @stringBase0 */
\ No newline at end of file +/* 80A68FDC-80A68FDC 000138 0000+00 0/0 0/0 0/0 .rodata @stringBase0 */ |
