mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-21 07:52:28 -04:00
d_a_andsw2 OK
This commit is contained in:
+1
-1
@@ -83,7 +83,7 @@ public:
|
||||
/* 0xE2 */ u8 mbInPhoto;
|
||||
/* 0xE3 */ u8 field_0xE3[0xE4 - 0xE3];
|
||||
/* 0xE4 */ f32 mCullFarClipRatio;
|
||||
/* 0xE8 */ s16 mStateFlags;
|
||||
/* 0xE8 */ u16 mStateFlags;
|
||||
/* 0xEA */ u8 mTactFreeMStick[4];
|
||||
/* 0xEE */ u8 mTactFreeCStick[4];
|
||||
}; // Size = 0xF4
|
||||
|
||||
@@ -34,11 +34,11 @@ public:
|
||||
void mainProc();
|
||||
void runProc();
|
||||
void getEventData(s16);
|
||||
void getEventIdx(const char*, u8);
|
||||
s16 getEventIdx(const char*, u8);
|
||||
void order(s16);
|
||||
void startCheck(s16);
|
||||
void startCheckOld(const char*);
|
||||
void endCheck(s16);
|
||||
BOOL endCheck(s16);
|
||||
void endCheckOld(const char*);
|
||||
void getMyStaffId(const char*, fopAc_ac_c*, int);
|
||||
void getIsAddvance(int);
|
||||
|
||||
@@ -218,7 +218,7 @@ public:
|
||||
const cXyz& getPosition() const { return current.pos; }
|
||||
cXyz* getPositionP() { return ¤t.pos; }
|
||||
const csXyz& getAngle() const { return current.angle; }
|
||||
s8 getRoomNo() const { return current.roomNo; }
|
||||
int getRoomNo() const { return current.roomNo; }
|
||||
}; // Size: 0x290
|
||||
|
||||
STATIC_ASSERT(sizeof(fopAc_ac_c) == 0x290);
|
||||
|
||||
Reference in New Issue
Block a user