mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
d_a_e_rdy debug work (#3011)
* debug work for d_a_e_rdy * remove unused fake function * fix regressions * rename variable * Fix version diffs of angle adding
This commit is contained in:
@@ -3,6 +3,13 @@
|
||||
|
||||
#include "SSystem/SComponent/c_xyz.h"
|
||||
|
||||
#if PLATFORM_SHIELD
|
||||
#define ADD_ANGLE(x, y) ((x) += (s16)(y))
|
||||
#else
|
||||
#define ADD_ANGLE(x, y) ((x) += (y))
|
||||
#endif
|
||||
|
||||
|
||||
class cSAngle {
|
||||
private:
|
||||
s16 mAngle;
|
||||
|
||||
@@ -102,7 +102,7 @@ void MtxTrans(f32, f32, f32, u8);
|
||||
void MtxScale(f32, f32, f32, u8);
|
||||
void MtxPosition(cXyz*, cXyz*);
|
||||
void MtxPush(void);
|
||||
Mtx* MtxPull(void);
|
||||
void MtxPull(void);
|
||||
|
||||
extern Mtx* calc_mtx;
|
||||
|
||||
|
||||
@@ -43,7 +43,7 @@ public:
|
||||
/* 0x6A2 */ s16 mTimer[4];
|
||||
/* 0x6AA */ s16 mCcDisableTimer;
|
||||
/* 0x6AC */ u32 mRiderID;
|
||||
/* 0x6B0 */ u8 field_0x6b0;
|
||||
/* 0x6B0 */ s8 field_0x6b0;
|
||||
/* 0x6B1 */ u8 field_0x6b1;
|
||||
/* 0x6B2 */ s8 mNoDrawFlag;
|
||||
/* 0x6B3 */ s8 mWolfBiteDamageCount;
|
||||
|
||||
Reference in New Issue
Block a user