From 92e14253cacb86575f422b40269cf8a6909e044c Mon Sep 17 00:00:00 2001 From: Max Roncace Date: Fri, 11 Jul 2025 19:00:18 +0000 Subject: d_a_npc_zelda equivalent (#2528) --- src/d/actor/d_a_npc_toby.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/d/actor/d_a_npc_toby.cpp') 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; } -- cgit v1.2.3