Link clerkb and clerkt (#2811)

This commit is contained in:
YunataSavior
2025-11-16 12:27:51 -08:00
committed by GitHub
parent 61abee7eac
commit 295c17e736
4 changed files with 10 additions and 12 deletions
+1 -3
View File
@@ -149,9 +149,7 @@ private:
/* 0x10D8 */ daNpcT_ActorMngr_c mActorMngr[1];
/* 0x10E0 */ actionFunc mNextAction;
/* 0x10EC */ actionFunc mAction;
/* 0x10F8 */ u8 field_0x10f8[0x10fa - 0x10f8];
/* 0x10FA */ s16 field_0x10fa;
/* 0x10FC */ u8 field_0x10fc[0x1100 - 0x10fc];
/* 0x10F8 */ csXyz field_0x10f8;
/* 0x1100 */ int mShopProcess;
/* 0x1104 */ int field_0x1104;
/* 0x1108 */ f32 field_0x1108;
+5 -5
View File
@@ -80,11 +80,11 @@ public:
/* 8099B4DC */ int tend(void*);
/* 8099B60C */ int talk(void*);
/* 8099B804 */ int shop(void*);
/* 8099BCE8 */ void setParam();
/* 8099BE48 */ void setAfterTalkMotion();
/* 8099BEA8 */ void beforeMove();
/* 8099BF20 */ void setAttnPos();
/* 8099C1A0 */ void setCollision();
/* 8099BCE8 */ inline void setParam();
/* 8099BE48 */ inline void setAfterTalkMotion();
/* 8099BEA8 */ inline void beforeMove();
/* 8099BF20 */ inline void setAttnPos();
/* 8099C1A0 */ inline void setCollision();
/* 8099CF9C */ daNpcClerkT_c(
daNpcT_faceMotionAnmData_c const* i_faceMotionAnmData,
daNpcT_motionAnmData_c const* i_motionAnmData,