d_a_npc_saltalk OK

This commit is contained in:
elijah-thomas774
2024-11-14 22:49:24 -05:00
parent fea7ebb5c8
commit 5c4755eac2
6 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ private:
bool isSomething0() const;
bool isSomething1() const;
bool checkSomething(mVec3_c pos);
bool checkSomething(mVec3_c pos) const;
/* 0x6E4 */ dAcRef_c<dAcNpcSlb2_c> mRef;
/* 0x6F0 */ int mAreaIndex;
+1 -1
View File
@@ -14,6 +14,6 @@ struct AREA {
/* 800a9b00 */ bool checkPosInArea(AREA **area, const mVec3_c &pos);
/* 800a9bd0 */ AREA *getAreaForIndexInRoom(s32 areaIndex, s32 roomId);
/* 800a9c50 */ bool checkPosInArea(s32 areaIndex, s32 roomId, const mVec3_c &pos, AREA **area);
/* 800a9c50 */ bool checkPosInArea(s32 areaIndex, s32 roomId, const mVec3_c &pos, AREA *const *area);
#endif