mirror of
https://github.com/zeldaret/ss
synced 2026-08-04 09:08:55 -04:00
d_a_npc_saltalk OK
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user