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_zelR.cpp | |
| parent | 8a0802554e0d4520ccc79d90f59c78f7626e6033 (diff) | |
Work on daNpc_Hanjo_c (#2225)
Diffstat (limited to 'src/d/actor/d_a_npc_zelR.cpp')
| -rw-r--r-- | src/d/actor/d_a_npc_zelR.cpp | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/src/d/actor/d_a_npc_zelR.cpp b/src/d/actor/d_a_npc_zelR.cpp index dbf2340290..a1a192f2a6 100644 --- a/src/d/actor/d_a_npc_zelR.cpp +++ b/src/d/actor/d_a_npc_zelR.cpp @@ -80,7 +80,7 @@ extern "C" s32 getNeckJointNo__8daNpcT_cFv(); extern "C" void ctrlSubFaceMotion__8daNpcT_cFi(); extern "C" s32 getFootLJointNo__8daNpcT_cFv(); extern "C" s32 getFootRJointNo__8daNpcT_cFv(); -extern "C" bool getEyeballMaterialNo__8daNpcT_cFv(); +extern "C" s32 getEyeballMaterialNo__8daNpcT_cFv(); extern "C" bool checkChangeEvt__8daNpcT_cFv(); extern "C" bool evtEndProc__8daNpcT_cFv(); extern "C" void afterMoved__8daNpcT_cFv(); @@ -1068,12 +1068,6 @@ s32 daNpcT_c::getFootRJointNo() { return -1; } -/* 80B71848-80B71850 002B08 0008+00 1/0 0/0 0/0 .text getEyeballMaterialNo__8daNpcT_cFv - */ -bool daNpcT_c::getEyeballMaterialNo() { - return false; -} - /* 80B71850-80B71858 002B10 0008+00 1/0 0/0 0/0 .text checkChangeEvt__8daNpcT_cFv */ bool daNpcT_c::checkChangeEvt() { return false; @@ -1248,4 +1242,4 @@ static void func_80B71AC4() { // NONMATCHING } -/* 80B71BC0-80B71BC0 0000E0 0000+00 0/0 0/0 0/0 .rodata @stringBase0 */
\ No newline at end of file +/* 80B71BC0-80B71BC0 0000E0 0000+00 0/0 0/0 0/0 .rodata @stringBase0 */ |
