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 20:22:04 -05: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;