match most of d_a_e_wb debug (#3001)

* match most of d_a_e_wb debug

* Move over to using new `UNUSED` macro
This commit is contained in:
roeming 2025-12-26 17:56:46 -05:00 committed by GitHub
parent ec3f92b8bf
commit 4ebf9fac9f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 968 additions and 979 deletions

View File

@ -123,9 +123,7 @@ public:
/* 0x06A0 */ s16 field_0x6a0;
/* 0x06A2 */ u8 field_0x6a2[0x6ae - 0x6a2];
/* 0x06AE */ csXyz field_0x6ae;
/* 0x06B4 */ u8 field_0x6b4[0x6b6 - 0x6b4];
/* 0x06B6 */ s16 field_0x6b6;
/* 0x06B8 */ u8 field_0x6b8[0x6ba - 0x6b8];
/* 0x06B4 */ csXyz field_0x6b4;
/* 0x06BA */ s16 field_0x6ba;
/* 0x06BC */ u8 field_0x6bc;
/* 0x06BD */ s8 mPursuitFlag; ///< @brief Flag indicating pursuit mode.
@ -141,9 +139,7 @@ public:
/* 0x06D8 */ s16 field_0x6d8;
/* 0x06DA */ s16 field_0x6da;
/* 0x06DC */ s16 field_0x6dc;
/* 0x06DE */ s16 field_0x6de;
/* 0x06E0 */ s16 field_0x6e0;
/* 0x06E2 */ s16 field_0x6e2;
/* 0x06DE */ csXyz field_0x6de;
/* 0x06E4 */ s8 field_0x6e4;
/* 0x06E5 */ u8 field_0x6e5[0x6ec - 0x6e5];
/* 0x06EC */ csXyz field_0x6ec[0x1d];

View File

@ -267,7 +267,7 @@ public:
int getParam0() const { return mParam0; }
void setParam0(int value) { mParam0 = value; }
void setParam1(int value) { mParam1 = value; }
void setParam2(int value) { mParam2 = value; }
void setParam2(s16 value) { mParam2 = value; }
void setPos0(const cXyz* pos) { mDemoPos0 = *pos; }
void setToolDemoType() { setDemoType(DEMO_TYPE_TOOL_e); }
s16 getTimer() const { return mTimer; }

File diff suppressed because it is too large Load Diff