mirror of
https://github.com/zeldaret/tp
synced 2026-07-01 12:18:52 -04:00
work on d_camera / d_ev_camera (#2170)
This commit is contained in:
@@ -2291,7 +2291,7 @@ public:
|
||||
/* 800FE868 */ void setMoveBGClimbCorrect();
|
||||
/* 800FEB90 */ int checkBgCorrectClimbMove(cXyz*, cXyz*);
|
||||
/* 800FEC70 */ void checkClimbRoof(f32);
|
||||
/* 800FED50 */ void checkClimbGround(cXyz*, f32);
|
||||
/* 800FED50 */ int checkClimbGround(cXyz*, f32);
|
||||
/* 800FEEC0 */ void checkBgClimbMove(int);
|
||||
/* 800FF28C */ void setClimbStartNotGround();
|
||||
/* 800FF450 */ int procClimbUpStartInit(int);
|
||||
@@ -3198,7 +3198,7 @@ public:
|
||||
BOOL grassCancelTrigger() { return itemTriggerCheck(BTN_B); }
|
||||
BOOL arrowChangeTrigger() { return itemActionTrigger(); }
|
||||
bool peepSubjectCancelTrigger() { return itemTriggerCheck(0x8); }
|
||||
u32 getStartMode() { return (fopAcM_GetParam(this) >> 0xC) & 0x1F; }
|
||||
int getStartMode() { return (fopAcM_GetParam(this) >> 0xC) & 0x1F; }
|
||||
inline bool checkInputOnR() const;
|
||||
static int getSightBti() { return 0x5B; }
|
||||
bool checkBoomerangChargeEndWait() const {
|
||||
@@ -3378,6 +3378,8 @@ public:
|
||||
|
||||
void itemHitSE(u32 param_1, u32 param_2, Z2SoundObjBase* param_3) { mZ2Link.startHitItemSE(param_1, param_2, param_3, -1.0f); }
|
||||
|
||||
BOOL checkStartFall() { return getStartMode() == 3; }
|
||||
|
||||
inline bool checkWindSpeedOnXZ() const;
|
||||
inline void startRestartRoomFromOut(int, u32, int);
|
||||
inline u16 getReadyItem();
|
||||
|
||||
@@ -793,6 +793,8 @@ public:
|
||||
s16 getBodyAngleX() const { return mBodyAngle.x; }
|
||||
s16 getBodyAngleY() const { return mBodyAngle.y; }
|
||||
|
||||
f32 getHeight() const { return field_0x598; }
|
||||
|
||||
BOOL checkMidnaWarp() const { return 0; }
|
||||
|
||||
u32 checkNoResetFlg0(daPy_FLG0 i_flag) const { return mNoResetFlg0 & i_flag; }
|
||||
@@ -869,6 +871,8 @@ public:
|
||||
|
||||
void changeDemoMoveAngle(s16 i_angle) { mDemo.setMoveAngle(i_angle); }
|
||||
|
||||
static bool checkPeepEndSceneChange() { return getLastSceneMode() == 7; }
|
||||
|
||||
inline static u32 i_getLastSceneMode();
|
||||
inline static u32 getLastSceneMode();
|
||||
inline static bool checkWoodSwordEquip();
|
||||
|
||||
Reference in New Issue
Block a user