diff options
| author | Max Roncace <me@caseif.net> | 2025-07-11 19:00:18 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-11 22:00:18 +0300 |
| commit | 92e14253cacb86575f422b40269cf8a6909e044c (patch) | |
| tree | 074b5db0ab100efb61c0e943bcf9db189ada0e83 /src/d/actor/d_a_npc_len.cpp | |
| parent | b83ff695890e4f971cec4661ce07308e95ceb925 (diff) | |
d_a_npc_zelda equivalent (#2528)
Diffstat (limited to 'src/d/actor/d_a_npc_len.cpp')
| -rw-r--r-- | src/d/actor/d_a_npc_len.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/d/actor/d_a_npc_len.cpp b/src/d/actor/d_a_npc_len.cpp index 7e9c9f9ece..26524a2a40 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" s32 getEyeballMaterialNo__11daNpc_Len_cFv(); +extern "C" u16 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(); @@ -1542,7 +1542,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 */ -s32 daNpc_Len_c::getEyeballMaterialNo() { +u16 daNpc_Len_c::getEyeballMaterialNo() { return true; } |
