summaryrefslogtreecommitdiff
path: root/include/d
diff options
context:
space:
mode:
authorCarco_21 <144170194+carter-ktb21@users.noreply.github.com>2025-12-08 15:12:20 -0500
committerGitHub <noreply@github.com>2025-12-08 22:12:20 +0200
commitbff59822934bdac049c0bcb6475842ca2c09fead (patch)
tree6ca36e44406b307c52ee5cf7b2d09839507158f5 /include/d
parent7820b4590ea598e58899fa6e6b737632de7629ab (diff)
almost matching (#2933)
Diffstat (limited to 'include/d')
-rw-r--r--include/d/actor/d_a_e_sm2.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/include/d/actor/d_a_e_sm2.h b/include/d/actor/d_a_e_sm2.h
index bf16a45f98..5ea841ea1b 100644
--- a/include/d/actor/d_a_e_sm2.h
+++ b/include/d/actor/d_a_e_sm2.h
@@ -36,7 +36,8 @@ enum daE_SM2_ACTION {
*
* @details
*
- */
+*/
+
class e_sm2_class {
public:
bool checkYellow() { return type == TYPE_YELLOW; }
@@ -63,9 +64,9 @@ public:
/* 0x68E */ s16 combine_off_timer;
/* 0x690 */ s16 angle_to_pl;
/* 0x694 */ f32 dist_to_pl;
- /* 0x698 */ u8 field_0x698[0x6A4 - 0x698];
- /* 0x6A4 */ s16 field_0x6a4;
- /* 0x6A6 */ s16 field_0x6a6;
+ /* 0x698 */ cXyz field_0x698;
+ /* 0x6A4 */ s16 mCurrentAngleYTarget;
+ /* 0x6A6 */ s16 mCurrentAngleYTargetStep;
/* 0x6A8 */ s8 field_0x6a8;
/* 0x6A9 */ u8 field_0x6a9;
/* 0x6AA */ u8 field_0x6aa;