mirror of
https://github.com/zeldaret/tp
synced 2026-07-11 23:30:05 -04: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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user