diff options
| author | YunataSavior <58997725+YunataSavior@users.noreply.github.com> | 2025-08-24 01:48:55 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-24 11:48:55 +0300 |
| commit | 0abe859c286d76ddb40e110ce89e737f44d4328f (patch) | |
| tree | 45a01264474564264756e93eca2ba462a825b358 /include | |
| parent | 513816ce5c055be898b80dfa3b7048bcaca876a7 (diff) | |
npc_maro Matching (#2600)
Diffstat (limited to 'include')
| -rw-r--r-- | include/d/actor/d_a_npc_maro.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/d/actor/d_a_npc_maro.h b/include/d/actor/d_a_npc_maro.h index e9f2d301b7..e5d8fb8024 100644 --- a/include/d/actor/d_a_npc_maro.h +++ b/include/d/actor/d_a_npc_maro.h @@ -108,10 +108,10 @@ public: i_arcNames) { OS_REPORT("|%06d:%x|daNpc_Maro_c -> コンストラクト\n", g_Counter.mCounter0, this); } - /* 80564970 */ u16 getEyeballMaterialNo(); - /* 80564978 */ s32 getHeadJointNo(); - /* 80564980 */ s32 getNeckJointNo(); - /* 80564988 */ s32 getBackboneJointNo(); + /* 80564970 */ u16 getEyeballMaterialNo() { return 1; } + /* 80564978 */ s32 getHeadJointNo() { return 4; } + /* 80564980 */ s32 getNeckJointNo() { return 3; } + /* 80564988 */ s32 getBackboneJointNo() { return 1; } /* 80564990 */ BOOL checkChangeJoint(int arg0) { return arg0 == 4; }; /* 805649A0 */ BOOL checkRemoveJoint(int arg0) { return arg0 == 6; }; |
