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_toby.cpp | |
| parent | b83ff695890e4f971cec4661ce07308e95ceb925 (diff) | |
d_a_npc_zelda equivalent (#2528)
Diffstat (limited to 'src/d/actor/d_a_npc_toby.cpp')
| -rw-r--r-- | src/d/actor/d_a_npc_toby.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/d/actor/d_a_npc_toby.cpp b/src/d/actor/d_a_npc_toby.cpp index 52b6205a01..d1308bf195 100644 --- a/src/d/actor/d_a_npc_toby.cpp +++ b/src/d/actor/d_a_npc_toby.cpp @@ -106,7 +106,7 @@ extern "C" void func_80B24728(void* _this, int*); extern "C" void __sinit_d_a_npc_toby_cpp(); extern "C" void __ct__12daNpc_Toby_cFPC26daNpcT_faceMotionAnmData_cPC22daNpcT_motionAnmData_cPCQ222daNpcT_MotionSeqMngr_c18sequenceStepData_ciPCQ222daNpcT_MotionSeqMngr_c18sequenceStepData_ciPC16daNpcT_evtData_cPPc(); -extern "C" s32 getEyeballMaterialNo__12daNpc_Toby_cFv(); +extern "C" u16 getEyeballMaterialNo__12daNpc_Toby_cFv(); extern "C" s32 getHeadJointNo__12daNpc_Toby_cFv(); extern "C" s32 getNeckJointNo__12daNpc_Toby_cFv(); extern "C" bool getBackboneJointNo__12daNpc_Toby_cFv(); @@ -2062,7 +2062,7 @@ daNpc_Toby_c::daNpc_Toby_c(daNpcT_faceMotionAnmData_c const* param_0, } /* 80B24920-80B24928 0063C0 0008+00 1/0 0/0 0/0 .text getEyeballMaterialNo__12daNpc_Toby_cFv */ -s32 daNpc_Toby_c::getEyeballMaterialNo() { +u16 daNpc_Toby_c::getEyeballMaterialNo() { return 2; } |
