mirror of
https://github.com/zeldaret/tp
synced 2026-07-07 22:22:05 -04:00
d_camera debug almost matching (#3032)
This commit is contained in:
@@ -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; }
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user