d_a_andsw2 OK

This commit is contained in:
LagoLunatic
2023-09-11 15:45:08 -04:00
parent 7afd21aba2
commit aa37c40fa8
6 changed files with 244 additions and 46 deletions
+1 -1
View File
@@ -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
+2 -2
View File
@@ -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);
+1 -1
View File
@@ -218,7 +218,7 @@ public:
const cXyz& getPosition() const { return current.pos; }
cXyz* getPositionP() { return &current.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);