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:
roeming
2026-01-04 17:22:04 -08:00
committed by GitHub
parent b72be3074a
commit 1400687731
7 changed files with 365 additions and 281 deletions
+7
View File
@@ -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;
+1 -1
View File
@@ -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;
+1 -1
View File
@@ -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;