diff options
| author | Max Roncace <me@caseif.net> | 2026-01-11 22:20:17 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-11 19:20:17 -0800 |
| commit | decb0c543799398b7e1d1ccb8fbbfe6937f5dbc0 (patch) | |
| tree | 494520cb90d14ea02a5ba2f1e24231b4c5956210 /include/d/actor | |
| parent | 2dd7e2ea62daaa33195b2adbca8b086ceaa6d464 (diff) | |
d_camera debug almost matching (#3032)
Diffstat (limited to 'include/d/actor')
| -rw-r--r-- | include/d/actor/d_a_alink.h | 2 | ||||
| -rw-r--r-- | include/d/actor/d_a_e_rb.h | 1 | ||||
| -rw-r--r-- | include/d/actor/d_a_e_ws.h | 1 |
3 files changed, 3 insertions, 1 deletions
diff --git a/include/d/actor/d_a_alink.h b/include/d/actor/d_a_alink.h index 418aec0e84..a4debb71d2 100644 --- a/include/d/actor/d_a_alink.h +++ b/include/d/actor/d_a_alink.h @@ -7435,7 +7435,7 @@ public: bool checkHorseRideOn() const { return mProcID == PROC_HORSE_RIDE; } bool checkHorseTurnMode() const { return mProcID == PROC_HORSE_TURN; } bool checkGrabUp() const { return mProcID == PROC_GRAB_UP; } - bool checkSpinnerRideWait() const { + s16 checkSpinnerRideWait() const { return mProcID == PROC_SPINNER_WAIT && mProcVar2.field_0x300c == 0; } bool checkCopyRodSwingMode() { return mProcID == PROC_COPY_ROD_SWING; } diff --git a/include/d/actor/d_a_e_rb.h b/include/d/actor/d_a_e_rb.h index 8b1a3208bb..35dfecf410 100644 --- a/include/d/actor/d_a_e_rb.h +++ b/include/d/actor/d_a_e_rb.h @@ -2,6 +2,7 @@ #define D_A_E_RB_H #include "f_op/f_op_actor_mng.h" +#include "m_Do/m_Do_ext.h" #include "d/d_cc_d.h" #include "d/d_cc_uty.h" #include "d/d_bg_s_acch.h" diff --git a/include/d/actor/d_a_e_ws.h b/include/d/actor/d_a_e_ws.h index 88df8f29a4..c7b6ae5c58 100644 --- a/include/d/actor/d_a_e_ws.h +++ b/include/d/actor/d_a_e_ws.h @@ -2,6 +2,7 @@ #define D_A_E_WS_H #include "f_op/f_op_actor_mng.h" +#include "m_Do/m_Do_ext.h" #include "d/d_bg_s_acch.h" #include "d/d_cc_d.h" #include "d/d_cc_uty.h" |
