mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-27 14:50:40 -04:00
Revert "Merge branch 'main' into d_a_npc_km1"
This reverts commit9ebc35f76b, reversing changes made tob8807b2f50.
This commit is contained in:
+3
-3
@@ -494,7 +494,7 @@ config.libs = [
|
||||
Object(MatchingFor("GZLJ01", "GZLE01", "GZLP01"), "d/d_attention.cpp"),
|
||||
Object(MatchingFor("GZLJ01", "GZLE01", "GZLP01"), "d/d_att_dist.cpp"),
|
||||
Object(MatchingFor("GZLJ01", "GZLE01", "GZLP01"), "d/d_bg_s.cpp"),
|
||||
Object(Matching, "d/d_bg_s_acch.cpp"),
|
||||
Object(MatchingFor("GZLJ01", "GZLE01", "GZLP01"), "d/d_bg_s_acch.cpp"),
|
||||
Object(Matching, "d/d_bg_s_func.cpp"),
|
||||
Object(MatchingFor("GZLJ01", "GZLE01", "GZLP01"), "d/d_bg_s_lin_chk.cpp"),
|
||||
Object(MatchingFor("GZLJ01", "GZLE01", "GZLP01"), "d/d_bg_s_movebg_actor.cpp"),
|
||||
@@ -1460,7 +1460,7 @@ config.libs = [
|
||||
ActorRel(MatchingFor("GZLJ01", "GZLE01", "GZLP01"), "d_a_wbird"),
|
||||
ActorRel(NonMatching, "d_a_ykgr"),
|
||||
ActorRel(Matching, "d_a_alldie"),
|
||||
ActorRel(Matching, "d_a_am", extra_cflags=['-pragma "nosyminline on"']),
|
||||
ActorRel(MatchingFor("GZLJ01", "GZLE01", "GZLP01"), "d_a_am", extra_cflags=['-pragma "nosyminline on"']),
|
||||
ActorRel(MatchingFor("GZLJ01", "GZLE01", "GZLP01"), "d_a_am2", extra_cflags=["-sym off"]),
|
||||
ActorRel(NonMatching, "d_a_amiprop"),
|
||||
ActorRel(MatchingFor("GZLJ01", "GZLE01", "GZLP01"), "d_a_arrow_iceeff", extra_cflags=['-pragma "nosyminline on"']),
|
||||
@@ -1619,7 +1619,7 @@ config.libs = [
|
||||
ActorRel(NonMatching, "d_a_npc_p2"),
|
||||
ActorRel(NonMatching, "d_a_npc_people", extra_cflags=['-pragma "nosyminline on"']), # regalloc, weak func order
|
||||
ActorRel(NonMatching, "d_a_npc_pf1"),
|
||||
ActorRel(Equivalent, "d_a_npc_photo", extra_cflags=['-pragma "nosyminline on"']),
|
||||
ActorRel(NonMatching, "d_a_npc_photo"),
|
||||
ActorRel(NonMatching, "d_a_npc_pm1"),
|
||||
ActorRel(Equivalent, "d_a_npc_roten", extra_cflags=['-pragma "nosyminline on"']), # weak func order
|
||||
ActorRel(NonMatching, "d_a_npc_rsh1"),
|
||||
|
||||
@@ -39,9 +39,6 @@ public:
|
||||
/* 0x0324 */ cXyz mSpawnPos;
|
||||
/* 0x0330 */ csXyz mEyeRot;
|
||||
/* 0x0336 */ csXyz mTargetEyeRot;
|
||||
#if VERSION == VERSION_DEMO
|
||||
/* 0x033C */ JPABaseEmitter* m033C_demo;
|
||||
#endif
|
||||
/* 0x033C */ JPABaseEmitter* m033C;
|
||||
/* 0x0340 */ JPABaseEmitter* m0340;
|
||||
/* 0x0344 */ dPa_smokeEcallBack mSmokeCbs[4];
|
||||
|
||||
+28
-102
@@ -3,25 +3,14 @@
|
||||
|
||||
#include "f_op/f_op_actor.h"
|
||||
#include "d/d_cc_d.h"
|
||||
#include "d/d_npc.h"
|
||||
|
||||
struct sPhotoAnmDat {
|
||||
/* 0x00 */ u8 field_0x00;
|
||||
/* 0x01 */ u8 field_0x01;
|
||||
/* 0x02 */ u8 field_0x02;
|
||||
|
||||
};
|
||||
|
||||
class daNpcPhoto_c : public fopNpc_npc_c {
|
||||
class daNpcPhoto_c : public fopAc_ac_c {
|
||||
public:
|
||||
enum Prm_e {
|
||||
PRM_RAIL_ID_W = 0x8,
|
||||
PRM_RAIL_ID_S = 0x10,
|
||||
|
||||
PRM_ARG0_W = 0x8,
|
||||
PRM_ARG0_S = 0x0,
|
||||
};
|
||||
|
||||
request_of_phase_process_class* getPhaseP() { return &mPhs1; }
|
||||
void getPhaseP() {}
|
||||
void incMsgTbl() {}
|
||||
void isDate() {}
|
||||
void nullMsgTbl() {}
|
||||
@@ -31,12 +20,12 @@ public:
|
||||
|
||||
daNpcPhoto_c();
|
||||
cPhs_State _create();
|
||||
BOOL createHeap();
|
||||
cPhs_State createInit();
|
||||
void createHeap();
|
||||
void createInit();
|
||||
bool _delete();
|
||||
bool _draw();
|
||||
bool _execute();
|
||||
bool executeCommon();
|
||||
void executeCommon();
|
||||
void executeSetMode(unsigned char);
|
||||
void executeWait();
|
||||
void executeTalk();
|
||||
@@ -47,109 +36,46 @@ public:
|
||||
void eventMove();
|
||||
void privateCut();
|
||||
void eventMesSetInit(int);
|
||||
bool eventMesSet();
|
||||
void eventMesSet();
|
||||
void eventSeSetInit(int);
|
||||
void eventPosSetInit();
|
||||
void eventGetItemInit();
|
||||
bool eventGetItem();
|
||||
void eventGetItem();
|
||||
void eventSetAngleInit();
|
||||
void eventSetEyeInit();
|
||||
bool eventSetEye();
|
||||
void eventSetEye();
|
||||
void eventTurnToPlayerInit();
|
||||
bool eventTurnToPlayer();
|
||||
void eventTurnToPlayer();
|
||||
void eventClrHanmeInit();
|
||||
void eventGetPhotoInit();
|
||||
bool eventGetPhoto();
|
||||
void eventGetPhoto();
|
||||
void eventMesSetUbInit(int);
|
||||
bool eventMesSetUb();
|
||||
bool eventLookUb();
|
||||
u16 talk2(int);
|
||||
void eventMesSetUb();
|
||||
void eventLookUb();
|
||||
void talk2(int);
|
||||
void setMsgCamera();
|
||||
u16 next_msgStatus(u32*);
|
||||
u32 getMsg();
|
||||
void setMessage(u32);
|
||||
void next_msgStatus(unsigned long*);
|
||||
void getMsg();
|
||||
void setMessage(unsigned long);
|
||||
void setAnmFromMsgTag();
|
||||
u8 getPrmRailID();
|
||||
u8 getPrmArg0();
|
||||
void getPrmRailID();
|
||||
void getPrmArg0();
|
||||
void setMtx();
|
||||
void chkAttention();
|
||||
void lookBack();
|
||||
BOOL initTexPatternAnm(bool, int);
|
||||
void initTexPatternAnm(bool, int);
|
||||
void playTexPatternAnm();
|
||||
void playAnm();
|
||||
void setAnm(u8, int, f32);
|
||||
bool setAnmTbl(sPhotoAnmDat*);
|
||||
s16 XyCheckCB(int);
|
||||
s16 XyEventCB(int);
|
||||
BOOL isPhotoOk();
|
||||
BOOL isPhotoDxOk();
|
||||
void setAnm(unsigned char, int, float);
|
||||
void setAnmTbl(sPhotoAnmDat*);
|
||||
void XyCheckCB(int);
|
||||
void XyEventCB(int);
|
||||
void isPhotoOk();
|
||||
void isPhotoDxOk();
|
||||
void setCollision(dCcD_Cyl*, cXyz, float, float);
|
||||
|
||||
static const char m_arcname[4];
|
||||
|
||||
public:
|
||||
typedef void(daNpcPhoto_c::*MoveFunc_t)();
|
||||
|
||||
/* 0x6C4 */ request_of_phase_process_class mPhs1;
|
||||
/* 0x6CC */ request_of_phase_process_class mPhs2;
|
||||
/* 0x6D4 */ J3DAnmTexPattern* m_head_tex_pattern;
|
||||
/* 0x6D8 */ mDoExt_btpAnm mBtpAnm;
|
||||
/* 0x6EC */ u32 mShadowId;
|
||||
/* 0x6F0 */ dNpc_PathRun_c mPathRun;
|
||||
/* 0x6F8 */ dCcD_Cyl field_0x6F8[2];
|
||||
/* 0x958 */ cXyz field_0x958;
|
||||
/* 0x964 */ cXyz mLookAtPos;
|
||||
/* 0x970 */ cXyz mEyePos;
|
||||
/* 0x97C */ sPhotoAnmDat* mpAnmDat;
|
||||
/* 0x980 */ u32* field_0x980;
|
||||
/* 0x984 */ f32 field_0x984;
|
||||
/* 0x988 */ f32 field_0x988;
|
||||
/* 0x98C */ f32 field_0x98C;
|
||||
/* 0x990 */ int mMsgNno;
|
||||
/* 0x994 */ bool field_0x994;
|
||||
/* 0x996 */ s16 mPhotoLinkBackEventIdx;
|
||||
/* 0x998 */ s16 mPhotoGetItemEventIdx;
|
||||
/* 0x99A */ s16 mPhotoGetItem2EventIdx;
|
||||
/* 0x99C */ s16 mPhotoGetPhotoEventIdx;
|
||||
/* 0x99E */ s16 mPhotoGalleryEventIdx;
|
||||
/* 0x9A0 */ s16 mPhotoCounterTalk0EventIdx;
|
||||
/* 0x9A2 */ s16 mPhotoCounterTalk1EventIdx;
|
||||
/* 0x9A4 */ s16 mPhotoDateUB4EventIdx;
|
||||
/* 0x9A6 */ s16 field_0x9A6;
|
||||
/* 0x9A8 */ s16 field_0x9A8;
|
||||
/* 0x9AA */ u8 field_0x9AA[0x9AC - 0x9AA];
|
||||
/* 0x9AC */ s16 field_0x9AC;
|
||||
/* 0x9AE */ s16 field_0x9AE;
|
||||
/* 0x9B0 */ s16 field_0x9B0;
|
||||
/* 0x9B2 */ s16 field_0x9B2;
|
||||
/* 0x9B4 */ s16 mTimer;
|
||||
/* 0x9B6 */ s16 field_0x9B6;
|
||||
/* 0x9B8 */ s16 field_0x9B8;
|
||||
/* 0x9BA */ s16 field_0x9BA;
|
||||
/* 0x9BC */ bool field_0x9BC;
|
||||
/* 0x9BD */ bool field_0x9BD;
|
||||
/* 0x9BE */ u8 field_0x9BE;
|
||||
/* 0x9BF */ u8 mFrame;
|
||||
/* 0x9C0 */ u8 field_0x9C0;
|
||||
/* 0x9C1 */ u8 field_0x9C1;
|
||||
/* 0x9C2 */ bool field_0x9C2;
|
||||
/* 0x9C3 */ u8 field_0x9C3;
|
||||
/* 0x9C4 */ u8 field_0x9C4[0x9C5 - 0x9C4];
|
||||
/* 0x9C5 */ u8 mItemNo;
|
||||
/* 0x9C6 */ u8 field_0x9C6;
|
||||
/* 0x9C7 */ bool field_0x9C7;
|
||||
/* 0x9C8 */ u8 field_0x9C8;
|
||||
/* 0x9C9 */ u8 field_0x9C9;
|
||||
/* 0x9CA */ s8 field_0x9CA;
|
||||
/* 0x9CB */ s8 mActIdx;
|
||||
/* 0x9CC */ bool field_0x9CC;
|
||||
/* 0x9CD */ bool field_0x9CD;
|
||||
/* 0x9D0 */ u8* field_0x9D0;
|
||||
/* 0x9D4 */ bool field_0x9D4;
|
||||
/* 0x9D5 */ u8 field_0x9D5;
|
||||
/* 0x9D6 */ s8 field_0x9D6;
|
||||
/* 0x9D7 */ bool field_0x9D7;
|
||||
/* 0x9D8 */ bool field_0x9D8;
|
||||
}; // Size: 0x9DC
|
||||
/* Place member variables here */
|
||||
};
|
||||
|
||||
#endif /* D_A_NPC_PHOTO_H */
|
||||
|
||||
@@ -209,7 +209,7 @@ public:
|
||||
~daPy_dmEcallBack_c() {}
|
||||
daPy_dmEcallBack_c() {}
|
||||
|
||||
static s16 getTimer() { return m_timer; }
|
||||
static int getTimer() { return m_timer; }
|
||||
static void setTimer(s16 timer) { m_timer = timer; }
|
||||
static void decTimer() { m_timer--; }
|
||||
|
||||
@@ -1237,9 +1237,7 @@ public:
|
||||
BOOL dProcOpenTreasure_init();
|
||||
BOOL dProcOpenTreasure();
|
||||
void setGetItemSound(u16, int);
|
||||
#if VERSION > VERSION_DEMO
|
||||
BOOL setGetDemo();
|
||||
#endif
|
||||
BOOL dProcGetItem_init();
|
||||
BOOL dProcGetItem();
|
||||
BOOL dProcUnequip_init();
|
||||
@@ -1679,12 +1677,8 @@ public:
|
||||
BOOL procFoodSet();
|
||||
void setSwordModel(BOOL);
|
||||
void setLightSaver();
|
||||
#if VERSION == VERSION_DEMO
|
||||
BOOL checkLastDemoSwordNoDraw(int);
|
||||
#else
|
||||
BOOL checkDemoShieldNoDraw();
|
||||
BOOL checkDemoSwordNoDraw(BOOL);
|
||||
#endif
|
||||
BOOL checkChanceMode();
|
||||
BOOL checkCutRollChange() const;
|
||||
int getSwordBlurColor();
|
||||
@@ -1737,32 +1731,32 @@ public:
|
||||
J3DAnmTextureSRTKey* getIceArrowBtk() { return mpIceArrowBtk; }
|
||||
J3DAnmTextureSRTKey* getLightArrowBtk() { return mpLightArrowBtk; }
|
||||
|
||||
BOOL checkUpperAnime(u16 i_idx) const { return m_anm_heap_upper[UPPER_MOVE2_e].mIdx == i_idx; }
|
||||
BOOL checkNoUpperAnime() const { return m_anm_heap_upper[UPPER_MOVE2_e].mIdx == 0xFFFF; }
|
||||
bool checkUpperAnime(u16 i_idx) const { return m_anm_heap_upper[UPPER_MOVE2_e].mIdx == i_idx; }
|
||||
bool checkNoUpperAnime() const { return m_anm_heap_upper[UPPER_MOVE2_e].mIdx == 0xFFFF; }
|
||||
|
||||
BOOL checkGrabAnime() const { return checkGrabAnimeLight() || checkGrabAnimeHeavy(); };
|
||||
BOOL checkGrabAnimeLight() const { return checkUpperAnime(LKANM_BCK_GRABWAIT); };
|
||||
BOOL checkGrabAnimeHeavy() const { return checkUpperAnime(LKANM_BCK_GRABWAITB); };
|
||||
BOOL checkBoomerangCatchAnime() const { return checkUpperAnime(LKANM_BCK_BOOMCATCH); };
|
||||
BOOL checkBoomerangThrowAnime() const { return checkUpperAnime(LKANM_BCK_BOOMTHROW); };
|
||||
BOOL checkBoomerangReadyAnime() const { return checkUpperAnime(LKANM_BCK_BOOMWAIT); };
|
||||
BOOL checkHookshotReadyAnime() const { return checkUpperAnime(LKANM_BCK_HOOKSHOTWAIT); }
|
||||
BOOL checkDashDamageAnime() const { return checkUpperAnime(LKANM_BCK_DAMDASH); }
|
||||
BOOL checkBowReloadAnime() const { return checkUpperAnime(LKANM_BCK_ARROWRELORD); }
|
||||
BOOL checkBowShootAnime() const { return checkUpperAnime(LKANM_BCK_ARROWSHOOT); }
|
||||
BOOL checkBowWaitAnime() const { return checkUpperAnime(LKANM_BCK_BOWWAIT); }
|
||||
BOOL checkGuardSlip() const {
|
||||
bool checkGrabAnime() const { return checkGrabAnimeLight() || checkGrabAnimeHeavy(); };
|
||||
bool checkGrabAnimeLight() const { return checkUpperAnime(LKANM_BCK_GRABWAIT); };
|
||||
bool checkGrabAnimeHeavy() const { return checkUpperAnime(LKANM_BCK_GRABWAITB); };
|
||||
bool checkBoomerangCatchAnime() const { return checkUpperAnime(LKANM_BCK_BOOMCATCH); };
|
||||
bool checkBoomerangThrowAnime() const { return checkUpperAnime(LKANM_BCK_BOOMTHROW); };
|
||||
bool checkBoomerangReadyAnime() const { return checkUpperAnime(LKANM_BCK_BOOMWAIT); };
|
||||
bool checkHookshotReadyAnime() const { return checkUpperAnime(LKANM_BCK_HOOKSHOTWAIT); }
|
||||
bool checkDashDamageAnime() const { return checkUpperAnime(LKANM_BCK_DAMDASH); }
|
||||
bool checkBowReloadAnime() const { return checkUpperAnime(LKANM_BCK_ARROWRELORD); }
|
||||
bool checkBowShootAnime() const { return checkUpperAnime(LKANM_BCK_ARROWSHOOT); }
|
||||
bool checkBowWaitAnime() const { return checkUpperAnime(LKANM_BCK_BOWWAIT); }
|
||||
bool checkGuardSlip() const {
|
||||
return mCurProc == daPyProc_GUARD_SLIP_e ||
|
||||
mCurProc == daPyProc_CROUCH_DEFENSE_SLIP_e;
|
||||
}
|
||||
BOOL checkUpperGuardAnime() const {
|
||||
bool checkUpperGuardAnime() const {
|
||||
return checkUpperAnime(LKANM_BCK_ATNG) ||
|
||||
checkUpperAnime(LKANM_BCK_ATNGHAM);
|
||||
}
|
||||
|
||||
s16 checkTinkleShield() const { return mTinkleShieldTimer; }
|
||||
void setTinkleShield(s16 time) { mTinkleShieldTimer = time; }
|
||||
BOOL checkNoDamageMode() const { return checkEquipDragonShield() || checkTinkleShield() != 0; }
|
||||
bool checkNoDamageMode() const { return checkEquipDragonShield() || checkTinkleShield() != 0; }
|
||||
s16 checkTinkleHover() const { return mTinkleHoverTimer; }
|
||||
void setHoverBoots(s16 time) {
|
||||
onNoResetFlg0(daPyFlg0_HOVER_BOOTS);
|
||||
@@ -1770,12 +1764,12 @@ public:
|
||||
}
|
||||
void onShipTact() { onNoResetFlg1(daPyFlg1_SHIP_TACT); }
|
||||
void offShipTact() { offNoResetFlg1(daPyFlg1_SHIP_TACT); }
|
||||
BOOL checkShipGetOff() { return mCurProc == daPyProc_SHIP_GET_OFF_e; }
|
||||
bool checkShipGetOff() { return mCurProc == daPyProc_SHIP_GET_OFF_e; }
|
||||
void onShipDrop(s16 param_1) {
|
||||
onNoResetFlg0(daPyFlg0_SHIP_DROP);
|
||||
m3550 = param_1;
|
||||
}
|
||||
BOOL checkCarryActionNow() const {
|
||||
bool checkCarryActionNow() const {
|
||||
return mCurProc == daPyProc_GRAB_PUT_e ||
|
||||
mCurProc == daPyProc_GRAB_UP_e ||
|
||||
mCurProc == daPyProc_GRAB_THROW_e;
|
||||
@@ -1798,7 +1792,7 @@ public:
|
||||
mActivePlayerBombs--;
|
||||
}
|
||||
}
|
||||
BOOL checkSwordEquip() const {
|
||||
bool checkSwordEquip() const {
|
||||
return dComIfGs_getSelectEquip(0) != dItem_NONE_e || checkSwordMiniGame();
|
||||
}
|
||||
|
||||
@@ -2210,9 +2204,7 @@ public:
|
||||
/* 0x362C */ fpc_ProcID mTactZevPartnerId;
|
||||
/* 0x3630 */ fpc_ProcID m3630;
|
||||
/* 0x3634 */ fpc_ProcID mWhirlId;
|
||||
#if VERSION > VERSION_DEMO
|
||||
/* 0x3638 */ fpc_ProcID mMsgId;
|
||||
#endif
|
||||
/* 0x363C */ J3DFrameCtrl* mpSeAnmFrameCtrl;
|
||||
/* 0x3640 */ s16 m3640;
|
||||
/* 0x3644 */ f32 m3644;
|
||||
|
||||
@@ -7,7 +7,7 @@ class daTagPhoto_c : public fopAc_ac_c {
|
||||
public:
|
||||
daTagPhoto_c();
|
||||
|
||||
int getTagNo() { return mTagNo; }
|
||||
void getTagNo() {}
|
||||
|
||||
cPhs_State _create();
|
||||
void createHeap();
|
||||
@@ -32,9 +32,6 @@ public:
|
||||
|
||||
public:
|
||||
/* Place member variables here */
|
||||
/* 0x290 */ u8 field_0x290[0x318 - 0x290];
|
||||
/* 0x318 */ u8 mTagNo;
|
||||
/* 0x31C */ u8 field_0x31C[0x320 - 0x31C];
|
||||
}; // Size: 0x320
|
||||
};
|
||||
|
||||
#endif /* D_A_TAG_PHOTO_H */
|
||||
|
||||
@@ -91,7 +91,7 @@ public:
|
||||
cXyz* speed = NULL, csXyz* angle = NULL, csXyz* shape_angle = NULL);
|
||||
void GroundCheckInit(dBgS&);
|
||||
void GroundCheck(dBgS&);
|
||||
void GroundRoofProc(dBgS&);
|
||||
f32 GroundRoofProc(dBgS&);
|
||||
void LineCheck(dBgS&);
|
||||
void CrrPos(dBgS&);
|
||||
f32 GetWallAllR();
|
||||
|
||||
@@ -522,10 +522,6 @@ public:
|
||||
|
||||
u8 getPictureStatus() { return mPictureStatus; }
|
||||
void setPictureStatusOn() { mPictureStatus = 2; }
|
||||
void setPictureStatusGetOn(u8 to_set) {
|
||||
mPictureStatus = 3;
|
||||
field_0x495f = to_set;
|
||||
}
|
||||
|
||||
u8 getScopeMesgStatus() { return mScopeMesgStatus; }
|
||||
void setScopeMesgStatus(u8 status) { mScopeMesgStatus = status; }
|
||||
@@ -2772,10 +2768,6 @@ inline void dComIfGp_setPictureStatusOn() {
|
||||
g_dComIfG_gameInfo.play.setPictureStatusOn();
|
||||
}
|
||||
|
||||
inline void dComIfGp_setPictureStatusGetOn(u8 to_set){
|
||||
g_dComIfG_gameInfo.play.setPictureStatusGetOn(to_set);
|
||||
}
|
||||
|
||||
inline s16 dComIfGp_getMiniGameRupee() {
|
||||
return g_dComIfG_gameInfo.play.getMiniGameRupee();
|
||||
}
|
||||
|
||||
@@ -413,11 +413,7 @@ public:
|
||||
class dDlst_mirrorPacket : public J3DPacket {
|
||||
public:
|
||||
void init(ResTIMG*);
|
||||
#if VERSION == VERSION_DEMO
|
||||
void update(Mtx, u8);
|
||||
#else
|
||||
void update(Mtx, u8, f32);
|
||||
#endif
|
||||
virtual void draw();
|
||||
|
||||
/* 0x0010 */ u8 field_0x0010[0x0040 - 0x0010];
|
||||
|
||||
@@ -67,5 +67,5 @@ class dJle_Pb_c {
|
||||
void draw();
|
||||
void _delete(JKRExpHeap*);
|
||||
};
|
||||
void dPb_erasePicture();
|
||||
|
||||
#endif /* D_PICTURE_BOX_H */
|
||||
|
||||
@@ -430,14 +430,15 @@ inline f32 fopAcM_searchActorDistanceY(fopAc_ac_c* actorA, fopAc_ac_c* actorB) {
|
||||
return actorB->current.pos.y - actorA->current.pos.y;
|
||||
}
|
||||
|
||||
inline int fopAcM_GetSetId(fopAc_ac_c* p_actor) {
|
||||
inline u16 fopAcM_GetSetId(fopAc_ac_c* p_actor) {
|
||||
return p_actor->setID;
|
||||
}
|
||||
|
||||
inline void dComIfGs_onActor(int bitNo, int roomNo);
|
||||
|
||||
inline void fopAcM_onActor(fopAc_ac_c* p_actor) {
|
||||
dComIfGs_onActor(fopAcM_GetSetId(p_actor), fopAcM_GetHomeRoomNo(p_actor));
|
||||
int setId = fopAcM_GetSetId(p_actor);
|
||||
dComIfGs_onActor(setId, fopAcM_GetHomeRoomNo(p_actor));
|
||||
}
|
||||
|
||||
inline bool fopAcM_IsFirstCreating(void* i_actor) {
|
||||
|
||||
+14
-58
@@ -57,7 +57,7 @@ static BOOL nodeCallBack(J3DNode* node, int calcTiming) {
|
||||
am_class* i_this = (am_class*)model->getUserArea();
|
||||
if (i_this) {
|
||||
if (jntNo >= 1 && jntNo <= 4) {
|
||||
MTXCopy(model->getAnmMtx(jntNo), *calc_mtx);
|
||||
cMtx_copy(model->getAnmMtx(jntNo), *calc_mtx);
|
||||
}
|
||||
|
||||
cXyz offset;
|
||||
@@ -369,7 +369,6 @@ static void bomb_move_set(am_class* i_this, u8 alwaysMoveY) {
|
||||
/* 00000F04-00001138 .text bomb_nomi_check__FP8am_class */
|
||||
static BOOL bomb_nomi_check(am_class* i_this) {
|
||||
fopAc_ac_c* actor = i_this;
|
||||
fopAc_ac_c* player = (fopAc_ac_c*)dComIfGp_getPlayer(0);
|
||||
i_this->mStts.Move();
|
||||
|
||||
if (i_this->mCurrBckIdx != AM_BCK_OPEN && i_this->mCurrBckIdx != AM_BCK_OPEN_LOOP &&
|
||||
@@ -392,7 +391,8 @@ static BOOL bomb_nomi_check(am_class* i_this) {
|
||||
if (fpcM_GetName(hitActor) == PROC_BOMB) {
|
||||
daBomb_c* bomb = (daBomb_c*)hitActor;
|
||||
if (!bomb->getBombCheck_Flag() && bomb->getBombRestTime() > 1) {
|
||||
if (i_this->mMouthPos.y - (20.0f + REG8_F(1)) < bomb->current.pos.y) {
|
||||
f32 offsetY = 20.0f + REG8_F(1);
|
||||
if (i_this->mMouthPos.y - offsetY < bomb->current.pos.y) {
|
||||
// Swallow the bomb.
|
||||
bomb->setBombCheck_Flag();
|
||||
bomb->change_state((daBomb_c::State_e)2);
|
||||
@@ -407,7 +407,8 @@ static BOOL bomb_nomi_check(am_class* i_this) {
|
||||
} else if (fpcM_GetName(hitActor) == PROC_Bomb2) {
|
||||
daBomb2::Act_c* bomb2 = (daBomb2::Act_c*)hitActor;
|
||||
if (!bomb2->chk_eat() && bomb2->get_time() > 1) {
|
||||
if (i_this->mMouthPos.y - (20.0f + REG8_F(1)) < bomb2->current.pos.y) {
|
||||
f32 offsetY = 20.0f + REG8_F(1);
|
||||
if (i_this->mMouthPos.y - offsetY < bomb2->current.pos.y) {
|
||||
// Swallow the bomb.
|
||||
bomb2->set_eat();
|
||||
i_this->mSwallowedActorPID = fopAcM_GetID(bomb2);
|
||||
@@ -428,7 +429,9 @@ static BOOL bomb_nomi_check(am_class* i_this) {
|
||||
|
||||
/* 00001138-000011E4 .text BG_check__FP8am_class */
|
||||
static void BG_check(am_class* i_this) {
|
||||
i_this->mAcchCir.SetWall(30.0f + REG12_F(3), 150.0f + REG12_F(4));
|
||||
f32 halfHeight = 30.0f + REG12_F(3);
|
||||
f32 radius = 150.0f + REG12_F(4);
|
||||
i_this->mAcchCir.SetWall(halfHeight, radius);
|
||||
|
||||
i_this->current.pos.y -= i_this->mCorrectionOffsetY;
|
||||
i_this->old.pos.y -= i_this->mCorrectionOffsetY;
|
||||
@@ -492,20 +495,17 @@ static void action_dousa(am_class* i_this) {
|
||||
anm_init(i_this, AM_BCK_SLEEP_LOOP, 1.0f, J3DFrameCtrl::EMode_LOOP, 1.0f, -1);
|
||||
i_this->mMode += 1;
|
||||
// Fall-through
|
||||
case 1: {
|
||||
case 1:
|
||||
if (i_this->mStartsInactive == 1 && i_this->mSwitch != 0xFF && !dComIfGs_isSwitch(i_this->mSwitch, dComIfGp_roomControl_getStayNo())) {
|
||||
break;
|
||||
}
|
||||
fopAcM_OnStatus(i_this, fopAcStts_SHOWMAP_e);
|
||||
f32 f31 = 1000.0f;
|
||||
if (fopAcM_searchPlayerDistance(i_this) < f31) {
|
||||
#if VERSION > VERSION_DEMO
|
||||
if (fopAcM_searchPlayerDistance(i_this) < 1000.0f) {
|
||||
f32 yDist = player->current.pos.y - i_this->current.pos.y;
|
||||
yDist = std::sqrtf(yDist*yDist); // ???
|
||||
if (yDist > 300.0f) {
|
||||
break;
|
||||
}
|
||||
#endif
|
||||
if (Line_check(i_this, player->current.pos)) {
|
||||
anm_init(i_this, AM_BCK_OKIRU, 1.0f, J3DFrameCtrl::EMode_NONE, 1.0f, -1);
|
||||
fopAcM_monsSeStart(i_this, JA_SE_CV_AM_AWAKE, 0);
|
||||
@@ -516,7 +516,6 @@ static void action_dousa(am_class* i_this) {
|
||||
}
|
||||
}
|
||||
break;
|
||||
}
|
||||
case MODE_DOUSA_OKIRU:
|
||||
if (!i_this->mpMorf->isStop()) {
|
||||
break;
|
||||
@@ -555,19 +554,16 @@ static void action_dousa(am_class* i_this) {
|
||||
return;
|
||||
}
|
||||
} else {
|
||||
f32 f31 = 2000.0f;
|
||||
if (fopAcM_searchPlayerDistance(i_this) > f31) {
|
||||
if (fopAcM_searchPlayerDistance(i_this) > 2000.0f) {
|
||||
i_this->mMode = MODE_DOUSA_SLEEP_INIT;
|
||||
break;
|
||||
}
|
||||
#if VERSION > VERSION_DEMO
|
||||
f32 yDist = player->current.pos.y - i_this->current.pos.y;
|
||||
yDist = std::sqrtf(yDist*yDist); // ???
|
||||
if (yDist > 300.0f) {
|
||||
i_this->mMode = MODE_DOUSA_SLEEP_INIT;
|
||||
break;
|
||||
}
|
||||
#endif
|
||||
}
|
||||
s16 yRotDiff = cLib_distanceAngleS(i_this->shape_angle.y, i_this->mTargetAngleY);
|
||||
if (yRotDiff < 0x100) {
|
||||
@@ -625,16 +621,7 @@ static void action_dousa(am_class* i_this) {
|
||||
fopAcM_monsSeStart(i_this, JA_SE_CV_AM_OPEN_MOUTH, 0);
|
||||
i_this->mNeedleCyl.OffAtSetBit();
|
||||
i_this->mNeedleCyl.OffAtSetBit();
|
||||
#if VERSION == VERSION_DEMO
|
||||
if (i_this->m033C_demo == NULL)
|
||||
#else
|
||||
if (i_this->mSmokeCbs[2].getEmitter() == NULL)
|
||||
#endif
|
||||
{
|
||||
#if VERSION == VERSION_DEMO
|
||||
i_this->mSmokeCbs[2].remove();
|
||||
i_this->m033C_demo =
|
||||
#endif
|
||||
if (i_this->mSmokeCbs[2].getEmitter() == NULL) {
|
||||
dComIfGp_particle_setToon(
|
||||
dPa_name::ID_SCENE_A154, &i_this->mWaistPos, &i_this->shape_angle, NULL,
|
||||
0xB9, &i_this->mSmokeCbs[2], fopAcM_GetRoomNo(i_this)
|
||||
@@ -653,15 +640,7 @@ static void action_dousa(am_class* i_this) {
|
||||
i_this->mTargetAngleY = fopAcM_searchPlayerAngleY(i_this);
|
||||
}
|
||||
if (i_this->mCountDownTimers[0] == 0) {
|
||||
#if VERSION == VERSION_DEMO
|
||||
if (i_this->m033C_demo) {
|
||||
i_this->m033C_demo->becomeInvalidEmitter();
|
||||
i_this->m033C_demo = NULL;
|
||||
i_this->mSmokeCbs[2].remove();
|
||||
}
|
||||
#else
|
||||
i_this->mSmokeCbs[2].remove();
|
||||
#endif
|
||||
i_this->mMode = 3;
|
||||
}
|
||||
break;
|
||||
@@ -683,25 +662,9 @@ static void action_dousa(am_class* i_this) {
|
||||
medama_move(i_this);
|
||||
|
||||
if (i_this->mMode != 2 && medama_atari_check(i_this)) {
|
||||
#if VERSION == VERSION_DEMO
|
||||
if (i_this->m033C_demo) {
|
||||
i_this->m033C_demo->becomeInvalidEmitter();
|
||||
i_this->m033C_demo = NULL;
|
||||
i_this->mSmokeCbs[2].remove();
|
||||
}
|
||||
#else
|
||||
i_this->mSmokeCbs[2].remove();
|
||||
#endif
|
||||
} else if (bomb_nomi_check(i_this)) {
|
||||
#if VERSION == VERSION_DEMO
|
||||
if (i_this->m033C_demo) {
|
||||
i_this->m033C_demo->becomeInvalidEmitter();
|
||||
i_this->m033C_demo = NULL;
|
||||
i_this->mSmokeCbs[2].remove();
|
||||
}
|
||||
#else
|
||||
i_this->mSmokeCbs[2].remove();
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
@@ -983,8 +946,7 @@ static BOOL daAM_Execute(am_class* i_this) {
|
||||
fopAcM_setGbaName(i_this, dItem_BOW_e, 0xC, 0x2A);
|
||||
|
||||
if (enemy_ice(&i_this->mEnemyIce)) {
|
||||
J3DModel* model = i_this->mpMorf->getModel();
|
||||
model->setBaseTRMtx(mDoMtx_stack_c::get());
|
||||
i_this->mpMorf->getModel()->setBaseTRMtx(mDoMtx_stack_c::get());
|
||||
i_this->mpMorf->calc();
|
||||
return TRUE;
|
||||
}
|
||||
@@ -1105,14 +1067,8 @@ static BOOL daAM_Delete(am_class* i_this) {
|
||||
for (int i = 0; i < 4; i++) {
|
||||
i_this->mSmokeCbs[i].remove();
|
||||
}
|
||||
#if VERSION == VERSION_DEMO
|
||||
if (i_this->m033C_demo) {
|
||||
i_this->m033C_demo->becomeInvalidEmitter();
|
||||
i_this->m033C_demo = NULL;
|
||||
}
|
||||
#else
|
||||
i_this->mSmokeCbs[2].remove();
|
||||
#endif
|
||||
|
||||
if (i_this->m033C) {
|
||||
i_this->m033C->becomeInvalidEmitter();
|
||||
i_this->m033C = NULL;
|
||||
|
||||
@@ -365,7 +365,8 @@ static BOOL body_atari_check(am2_class* i_this) {
|
||||
|
||||
/* 00000F54-00000FF4 .text BG_check__FP9am2_class */
|
||||
static void BG_check(am2_class* i_this) {
|
||||
i_this->mAcchCir.SetWall(40.0f + REG8_F(12), i_this->mAcchRadius);
|
||||
f32 halfHeight = 40.0f + REG8_F(12);
|
||||
i_this->mAcchCir.SetWall(halfHeight, i_this->mAcchRadius);
|
||||
|
||||
i_this->current.pos.y -= i_this->mCorrectionOffsetY;
|
||||
i_this->old.pos.y -= i_this->mCorrectionOffsetY;
|
||||
|
||||
@@ -3211,11 +3211,7 @@ BOOL daNpc_Md_c::draw() {
|
||||
f32 temp = mCps.GetAtVecP()->abs();
|
||||
mDoMtx_stack_c::scaleM(0.1f, 0.1f, temp * (1.0f/9600.0f));
|
||||
mDoMtx_stack_c::revConcat(mtx);
|
||||
#if VERSION == VERSION_DEMO
|
||||
m0B70.update(mDoMtx_stack_c::get(), 0xFF);
|
||||
#else
|
||||
m0B70.update(mDoMtx_stack_c::get(), 0xFF, 90.0f);
|
||||
#endif
|
||||
dComIfGd_getXluList()->entryImm(&m0B70, 0x1F);
|
||||
}
|
||||
|
||||
|
||||
+105
-2043
File diff suppressed because it is too large
Load Diff
+675
-176
@@ -90,158 +90,680 @@ static dCcD_SrcCyl l_cyl_src = {
|
||||
struct FigureData {
|
||||
/* 0x00 */ int mBmdId;
|
||||
/* 0x04 */ int mModelAttr;
|
||||
#if VERSION > VERSION_DEMO
|
||||
/* 0x08 */ int mRoomId;
|
||||
#endif
|
||||
}; // Size: 0x0C
|
||||
|
||||
#if VERSION == VERSION_DEMO
|
||||
#define FIGUREDAT(bmdIdx, dlistFlags, roomId) \
|
||||
{ \
|
||||
bmdIdx, dlistFlags \
|
||||
}
|
||||
#else
|
||||
#define FIGUREDAT(bmdIdx, dlistFlags, roomId) \
|
||||
{ \
|
||||
bmdIdx, dlistFlags, roomId \
|
||||
}
|
||||
#endif
|
||||
|
||||
static const FigureData l_figure_dat_tbl[TOTAL_FIGURE_COUNT] = {
|
||||
FIGUREDAT(0x00, 0x37441422, -1),
|
||||
FIGUREDAT(0x01, 0x37441422, -1),
|
||||
FIGUREDAT(0x02, 0x37441422, -1),
|
||||
FIGUREDAT(0x03, 0x37441422, -1),
|
||||
FIGUREDAT(0x0A, 0x37441422, -1),
|
||||
FIGUREDAT(0x04, 0x37441422, -1),
|
||||
FIGUREDAT(0x05, 0x37441422, -1),
|
||||
FIGUREDAT(0x06, 0x37441422, -1),
|
||||
FIGUREDAT(0x07, 0x37441422, -1),
|
||||
FIGUREDAT(0x08, 0x37441422, -1),
|
||||
FIGUREDAT(0x09, 0x11001222, -1),
|
||||
FIGUREDAT(0x0B, 0x37441422, -1),
|
||||
FIGUREDAT(0x0C, 0x37441422, -1),
|
||||
FIGUREDAT(0x0D, 0x37441422, -1),
|
||||
FIGUREDAT(0x00, 0x37441422, -1),
|
||||
FIGUREDAT(0x01, 0x37441422, -1),
|
||||
FIGUREDAT(0x02, 0x37441422, -1),
|
||||
FIGUREDAT(0x04, 0x37441422, -1),
|
||||
FIGUREDAT(0x05, 0x37441422, -1),
|
||||
FIGUREDAT(0x07, 0x37441422, -1),
|
||||
FIGUREDAT(0x08, 0x37441422, -1),
|
||||
FIGUREDAT(0x09, 0x37441422, -1),
|
||||
FIGUREDAT(0x0A, 0x37441422, -1),
|
||||
FIGUREDAT(0x0B, 0x37441422, -1),
|
||||
FIGUREDAT(0x0C, 0x37441422, -1),
|
||||
FIGUREDAT(0x0D, 0x37441422, -1),
|
||||
FIGUREDAT(0x0E, 0x37441422, -1),
|
||||
FIGUREDAT(0x0F, 0x37441422, -1),
|
||||
FIGUREDAT(0x10, 0x37441422, -1),
|
||||
FIGUREDAT(0x11, 0x37441422, -1),
|
||||
FIGUREDAT(0x12, 0x37441422, -1),
|
||||
FIGUREDAT(0x13, 0x37441422, -1),
|
||||
FIGUREDAT(0x14, 0x37441422, -1),
|
||||
FIGUREDAT(0x15, 0x37441422, -1),
|
||||
FIGUREDAT(0x16, 0x37441422, -1),
|
||||
FIGUREDAT(0x17, 0x37441422, -1),
|
||||
FIGUREDAT(0x18, 0x37441422, -1),
|
||||
FIGUREDAT(0x19, 0x37441422, -1),
|
||||
FIGUREDAT(0x1A, 0x37441422, -1),
|
||||
FIGUREDAT(0x1B, 0x37441422, -1),
|
||||
FIGUREDAT(0x1C, 0x37441422, -1),
|
||||
FIGUREDAT(0x00, 0x37441422, 8),
|
||||
FIGUREDAT(0x01, 0x37441422, 8),
|
||||
FIGUREDAT(0x02, 0x37441422, 8),
|
||||
FIGUREDAT(0x03, 0x37441422, 8),
|
||||
FIGUREDAT(0x04, 0x37441422, 8),
|
||||
FIGUREDAT(0x05, 0x37441422, 8),
|
||||
FIGUREDAT(0x06, 0x37441422, 8),
|
||||
FIGUREDAT(0x07, 0x37441422, 8),
|
||||
FIGUREDAT(0x08, 0x37441422, 8),
|
||||
FIGUREDAT(0x09, 0x37441422, 8),
|
||||
FIGUREDAT(0x0A, 0x37441422, 8),
|
||||
FIGUREDAT(0x0B, 0x37441422, 8),
|
||||
FIGUREDAT(0x0C, 0x37441422, 8),
|
||||
FIGUREDAT(0x0D, 0x37441422, 8),
|
||||
FIGUREDAT(0x0E, 0x37441422, 8),
|
||||
FIGUREDAT(0x0F, 0x37441422, 8),
|
||||
FIGUREDAT(0x10, 0x37441422, 8),
|
||||
FIGUREDAT(0x11, 0x37441422, 8),
|
||||
FIGUREDAT(0x12, 0x37441422, 8),
|
||||
FIGUREDAT(0x13, 0x37441422, 8),
|
||||
FIGUREDAT(0x06, 0x37441422, 9),
|
||||
FIGUREDAT(0x01, 0x37441422, 9),
|
||||
FIGUREDAT(0x02, 0x37441422, 9),
|
||||
FIGUREDAT(0x05, 0x37441422, 9),
|
||||
FIGUREDAT(0x00, 0x11001222, -1),
|
||||
FIGUREDAT(0x01, 0x37441422, -1),
|
||||
FIGUREDAT(0x02, 0x37441422, -1),
|
||||
FIGUREDAT(0x03, 0x37441422, -1),
|
||||
FIGUREDAT(0x04, 0x37441422, -1),
|
||||
FIGUREDAT(0x05, 0x37441422, -1),
|
||||
FIGUREDAT(0x06, 0x37441422, -1),
|
||||
FIGUREDAT(0x07, 0x37441422, -1),
|
||||
FIGUREDAT(0x08, 0x37441422, -1),
|
||||
FIGUREDAT(0x09, 0x37441422, -1),
|
||||
FIGUREDAT(0x0A, 0x37441422, -1),
|
||||
FIGUREDAT(0x0B, 0x37441422, -1),
|
||||
FIGUREDAT(0x0C, 0x37441422, -1),
|
||||
FIGUREDAT(0x0D, 0x37441422, -1),
|
||||
FIGUREDAT(0x0E, 0x37441422, -1),
|
||||
FIGUREDAT(0x0F, 0x37441422, -1),
|
||||
FIGUREDAT(0x10, 0x37441422, -1),
|
||||
FIGUREDAT(0x11, 0x11001222, -1),
|
||||
FIGUREDAT(0x00, 0x37441422, -1),
|
||||
FIGUREDAT(0x05, 0x37441422, -1),
|
||||
FIGUREDAT(0x06, 0x37441422, -1),
|
||||
FIGUREDAT(0x07, 0x37441422, -1),
|
||||
FIGUREDAT(0x08, 0x37441422, -1),
|
||||
FIGUREDAT(0x09, 0x37441422, -1),
|
||||
FIGUREDAT(0x0A, 0x37441422, -1),
|
||||
FIGUREDAT(0x0B, 0x37441422, -1),
|
||||
FIGUREDAT(0x0C, 0x37441422, -1),
|
||||
FIGUREDAT(0x0D, 0x37441422, -1),
|
||||
FIGUREDAT(0x01, 0x37441422, -1),
|
||||
FIGUREDAT(0x02, 0x37441422, -1),
|
||||
FIGUREDAT(0x03, 0x37441422, -1),
|
||||
FIGUREDAT(0x04, 0x37441422, -1),
|
||||
FIGUREDAT(0x00, 0x37441422, -1),
|
||||
FIGUREDAT(0x01, 0x37441422, -1),
|
||||
FIGUREDAT(0x02, 0x37441422, -1),
|
||||
FIGUREDAT(0x03, 0x37441422, -1),
|
||||
FIGUREDAT(0x04, 0x37441422, -1),
|
||||
FIGUREDAT(0x05, 0x37441422, -1),
|
||||
FIGUREDAT(0x06, 0x37441422, -1),
|
||||
FIGUREDAT(0x07, 0x37441422, -1),
|
||||
FIGUREDAT(0x08, 0x37441422, -1),
|
||||
FIGUREDAT(0x09, 0x37441422, -1),
|
||||
FIGUREDAT(0x12, 0x37441422, -1),
|
||||
FIGUREDAT(0x0A, 0x11001222, -1),
|
||||
FIGUREDAT(0x0B, 0x11001222, -1),
|
||||
FIGUREDAT(0x0C, 0x11001222, -1),
|
||||
FIGUREDAT(0x0D, 0x37441422, -1),
|
||||
FIGUREDAT(0x0E, 0x37441422, -1),
|
||||
FIGUREDAT(0x0F, 0x37441422, -1),
|
||||
FIGUREDAT(0x10, 0x37441422, -1),
|
||||
FIGUREDAT(0x11, 0x37441422, -1),
|
||||
FIGUREDAT(0x00, 0x37441422, 0xA),
|
||||
FIGUREDAT(0x01, 0x37441422, 0xA),
|
||||
FIGUREDAT(0x02, 0x11001222, 0xA),
|
||||
FIGUREDAT(0x03, 0x11001222, 0xA),
|
||||
FIGUREDAT(0x04, 0x11001222, 0xA),
|
||||
FIGUREDAT(0x05, 0x37441422, 0xA),
|
||||
FIGUREDAT(0x06, 0x37441422, 0xA),
|
||||
FIGUREDAT(0x07, 0x37441422, 0xA),
|
||||
FIGUREDAT(0x00, 0x37441422, 0xB),
|
||||
FIGUREDAT(0x01, 0x11001222, 0xB),
|
||||
FIGUREDAT(0x02, 0x11001222, 0xB),
|
||||
FIGUREDAT(0x03, 0x37441422, 0xB),
|
||||
FIGUREDAT(0x04, 0x37441422, 0xB),
|
||||
FIGUREDAT(0x00, 0x11001222, 0xC),
|
||||
FIGUREDAT(0x01, 0x37441422, 0xC),
|
||||
FIGUREDAT(0x02, 0x11001222, 0xC),
|
||||
FIGUREDAT(0x03, 0x11001222, 0xC),
|
||||
FIGUREDAT(0x04, 0x37441422, 0xC),
|
||||
{
|
||||
0,
|
||||
0x37441422,
|
||||
-1
|
||||
},
|
||||
{
|
||||
1,
|
||||
0x37441422,
|
||||
-1
|
||||
},
|
||||
{
|
||||
2,
|
||||
0x37441422,
|
||||
-1
|
||||
},
|
||||
{
|
||||
3,
|
||||
0x37441422,
|
||||
-1
|
||||
},
|
||||
{
|
||||
0xA,
|
||||
0x37441422,
|
||||
-1
|
||||
},
|
||||
{
|
||||
4,
|
||||
0x37441422,
|
||||
-1
|
||||
},
|
||||
{
|
||||
5,
|
||||
0x37441422,
|
||||
-1
|
||||
},
|
||||
{
|
||||
6,
|
||||
0x37441422,
|
||||
-1
|
||||
},
|
||||
{
|
||||
7,
|
||||
0x37441422,
|
||||
-1
|
||||
},
|
||||
{
|
||||
8,
|
||||
0x37441422,
|
||||
-1
|
||||
},
|
||||
{
|
||||
9,
|
||||
0x11001222,
|
||||
-1
|
||||
},
|
||||
{
|
||||
0xB,
|
||||
0x37441422,
|
||||
-1
|
||||
},
|
||||
{
|
||||
0xC,
|
||||
0x37441422,
|
||||
-1
|
||||
},
|
||||
{
|
||||
0xD,
|
||||
0x37441422,
|
||||
-1
|
||||
},
|
||||
{
|
||||
0,
|
||||
0x37441422,
|
||||
-1
|
||||
},
|
||||
{
|
||||
1,
|
||||
0x37441422,
|
||||
-1
|
||||
},
|
||||
{
|
||||
2,
|
||||
0x37441422,
|
||||
-1
|
||||
},
|
||||
{
|
||||
4,
|
||||
0x37441422,
|
||||
-1
|
||||
},
|
||||
{
|
||||
5,
|
||||
0x37441422,
|
||||
-1
|
||||
},
|
||||
{
|
||||
7,
|
||||
0x37441422,
|
||||
-1
|
||||
},
|
||||
{
|
||||
8,
|
||||
0x37441422,
|
||||
-1
|
||||
},
|
||||
{
|
||||
9,
|
||||
0x37441422,
|
||||
-1
|
||||
},
|
||||
{
|
||||
0xA,
|
||||
0x37441422,
|
||||
-1
|
||||
},
|
||||
{
|
||||
0xB,
|
||||
0x37441422,
|
||||
-1
|
||||
},
|
||||
{
|
||||
0xC,
|
||||
0x37441422,
|
||||
-1
|
||||
},
|
||||
{
|
||||
0xD,
|
||||
0x37441422,
|
||||
-1
|
||||
},
|
||||
{
|
||||
0xE,
|
||||
0x37441422,
|
||||
-1
|
||||
},
|
||||
{
|
||||
0xF,
|
||||
0x37441422,
|
||||
-1
|
||||
},
|
||||
{
|
||||
0x10,
|
||||
0x37441422,
|
||||
-1
|
||||
},
|
||||
{
|
||||
0x11,
|
||||
0x37441422,
|
||||
-1
|
||||
},
|
||||
{
|
||||
0x12,
|
||||
0x37441422,
|
||||
-1
|
||||
},
|
||||
{
|
||||
0x13,
|
||||
0x37441422,
|
||||
-1
|
||||
},
|
||||
{
|
||||
0x14,
|
||||
0x37441422,
|
||||
-1
|
||||
},
|
||||
{
|
||||
0x15,
|
||||
0x37441422,
|
||||
-1
|
||||
},
|
||||
{
|
||||
0x16,
|
||||
0x37441422,
|
||||
-1
|
||||
},
|
||||
{
|
||||
0x17,
|
||||
0x37441422,
|
||||
-1
|
||||
},
|
||||
{
|
||||
0x18,
|
||||
0x37441422,
|
||||
-1
|
||||
},
|
||||
{
|
||||
0x19,
|
||||
0x37441422,
|
||||
-1
|
||||
},
|
||||
{
|
||||
0x1A,
|
||||
0x37441422,
|
||||
-1
|
||||
},
|
||||
{
|
||||
0x1B,
|
||||
0x37441422,
|
||||
-1
|
||||
},
|
||||
{
|
||||
0x1C,
|
||||
0x37441422,
|
||||
-1
|
||||
},
|
||||
{
|
||||
0,
|
||||
0x37441422,
|
||||
8
|
||||
},
|
||||
{
|
||||
1,
|
||||
0x37441422,
|
||||
8
|
||||
},
|
||||
{
|
||||
2,
|
||||
0x37441422,
|
||||
8
|
||||
},
|
||||
{
|
||||
3,
|
||||
0x37441422,
|
||||
8
|
||||
},
|
||||
{
|
||||
4,
|
||||
0x37441422,
|
||||
8
|
||||
},
|
||||
{
|
||||
5,
|
||||
0x37441422,
|
||||
8
|
||||
},
|
||||
{
|
||||
6,
|
||||
0x37441422,
|
||||
8
|
||||
},
|
||||
{
|
||||
7,
|
||||
0x37441422,
|
||||
8
|
||||
},
|
||||
{
|
||||
8,
|
||||
0x37441422,
|
||||
8
|
||||
},
|
||||
{
|
||||
9,
|
||||
0x37441422,
|
||||
8
|
||||
},
|
||||
{
|
||||
0xA,
|
||||
0x37441422,
|
||||
8
|
||||
},
|
||||
{
|
||||
0xB,
|
||||
0x37441422,
|
||||
8
|
||||
},
|
||||
{
|
||||
0xC,
|
||||
0x37441422,
|
||||
8
|
||||
},
|
||||
{
|
||||
0xD,
|
||||
0x37441422,
|
||||
8
|
||||
},
|
||||
{
|
||||
0xE,
|
||||
0x37441422,
|
||||
8
|
||||
},
|
||||
{
|
||||
0xF,
|
||||
0x37441422,
|
||||
8
|
||||
},
|
||||
{
|
||||
0x10,
|
||||
0x37441422,
|
||||
8
|
||||
},
|
||||
{
|
||||
0x11,
|
||||
0x37441422,
|
||||
8
|
||||
},
|
||||
{
|
||||
0x12,
|
||||
0x37441422,
|
||||
8
|
||||
},
|
||||
{
|
||||
0x13,
|
||||
0x37441422,
|
||||
8
|
||||
},
|
||||
{
|
||||
6,
|
||||
0x37441422,
|
||||
9
|
||||
},
|
||||
{
|
||||
1,
|
||||
0x37441422,
|
||||
9
|
||||
},
|
||||
{
|
||||
2,
|
||||
0x37441422,
|
||||
9
|
||||
},
|
||||
{
|
||||
5,
|
||||
0x37441422,
|
||||
9
|
||||
},
|
||||
{
|
||||
0,
|
||||
0x11001222,
|
||||
-1
|
||||
},
|
||||
{
|
||||
1,
|
||||
0x37441422,
|
||||
-1
|
||||
},
|
||||
{
|
||||
2,
|
||||
0x37441422,
|
||||
-1
|
||||
},
|
||||
{
|
||||
3,
|
||||
0x37441422,
|
||||
-1
|
||||
},
|
||||
{
|
||||
4,
|
||||
0x37441422,
|
||||
-1
|
||||
},
|
||||
{
|
||||
5,
|
||||
0x37441422,
|
||||
-1
|
||||
},
|
||||
{
|
||||
6,
|
||||
0x37441422,
|
||||
-1
|
||||
},
|
||||
{
|
||||
7,
|
||||
0x37441422,
|
||||
-1
|
||||
},
|
||||
{
|
||||
8,
|
||||
0x37441422,
|
||||
-1
|
||||
},
|
||||
{
|
||||
9,
|
||||
0x37441422,
|
||||
-1
|
||||
},
|
||||
{
|
||||
0xA,
|
||||
0x37441422,
|
||||
-1
|
||||
},
|
||||
{
|
||||
0xB,
|
||||
0x37441422,
|
||||
-1
|
||||
},
|
||||
{
|
||||
0xC,
|
||||
0x37441422,
|
||||
-1
|
||||
},
|
||||
{
|
||||
0xD,
|
||||
0x37441422,
|
||||
-1
|
||||
},
|
||||
{
|
||||
0xE,
|
||||
0x37441422,
|
||||
-1
|
||||
},
|
||||
{
|
||||
0xF,
|
||||
0x37441422,
|
||||
-1
|
||||
},
|
||||
{
|
||||
0x10,
|
||||
0x37441422,
|
||||
-1
|
||||
},
|
||||
{
|
||||
0x11,
|
||||
0x11001222,
|
||||
-1
|
||||
},
|
||||
{
|
||||
0,
|
||||
0x37441422,
|
||||
-1
|
||||
},
|
||||
{
|
||||
5,
|
||||
0x37441422,
|
||||
-1
|
||||
},
|
||||
{
|
||||
6,
|
||||
0x37441422,
|
||||
-1
|
||||
},
|
||||
{
|
||||
7,
|
||||
0x37441422,
|
||||
-1
|
||||
},
|
||||
{
|
||||
8,
|
||||
0x37441422,
|
||||
-1
|
||||
},
|
||||
{
|
||||
9,
|
||||
0x37441422,
|
||||
-1
|
||||
},
|
||||
{
|
||||
0xA,
|
||||
0x37441422,
|
||||
-1
|
||||
},
|
||||
{
|
||||
0xB,
|
||||
0x37441422,
|
||||
-1
|
||||
},
|
||||
{
|
||||
0xC,
|
||||
0x37441422,
|
||||
-1
|
||||
},
|
||||
{
|
||||
0xD,
|
||||
0x37441422,
|
||||
-1
|
||||
},
|
||||
{
|
||||
1,
|
||||
0x37441422,
|
||||
-1
|
||||
},
|
||||
{
|
||||
2,
|
||||
0x37441422,
|
||||
-1
|
||||
},
|
||||
{
|
||||
3,
|
||||
0x37441422,
|
||||
-1
|
||||
},
|
||||
{
|
||||
4,
|
||||
0x37441422,
|
||||
-1
|
||||
},
|
||||
{
|
||||
0,
|
||||
0x37441422,
|
||||
-1
|
||||
},
|
||||
{
|
||||
1,
|
||||
0x37441422,
|
||||
-1
|
||||
},
|
||||
{
|
||||
2,
|
||||
0x37441422,
|
||||
-1
|
||||
},
|
||||
{
|
||||
3,
|
||||
0x37441422,
|
||||
-1
|
||||
},
|
||||
{
|
||||
4,
|
||||
0x37441422,
|
||||
-1
|
||||
},
|
||||
{
|
||||
5,
|
||||
0x37441422,
|
||||
-1
|
||||
},
|
||||
{
|
||||
6,
|
||||
0x37441422,
|
||||
-1
|
||||
},
|
||||
{
|
||||
7,
|
||||
0x37441422,
|
||||
-1
|
||||
},
|
||||
{
|
||||
8,
|
||||
0x37441422,
|
||||
-1
|
||||
},
|
||||
{
|
||||
9,
|
||||
0x37441422,
|
||||
-1
|
||||
},
|
||||
{
|
||||
0x12,
|
||||
0x37441422,
|
||||
-1
|
||||
},
|
||||
{
|
||||
0xA,
|
||||
0x11001222,
|
||||
-1
|
||||
},
|
||||
{
|
||||
0xB,
|
||||
0x11001222,
|
||||
-1
|
||||
},
|
||||
{
|
||||
0xC,
|
||||
0x11001222,
|
||||
-1
|
||||
},
|
||||
{
|
||||
0xD,
|
||||
0x37441422,
|
||||
-1
|
||||
},
|
||||
{
|
||||
0xE,
|
||||
0x37441422,
|
||||
-1
|
||||
},
|
||||
{
|
||||
0xF,
|
||||
0x37441422,
|
||||
-1
|
||||
},
|
||||
{
|
||||
0x10,
|
||||
0x37441422,
|
||||
-1
|
||||
},
|
||||
{
|
||||
0x11,
|
||||
0x37441422,
|
||||
-1
|
||||
},
|
||||
{
|
||||
0,
|
||||
0x37441422,
|
||||
0xA
|
||||
},
|
||||
{
|
||||
1,
|
||||
0x37441422,
|
||||
0xA
|
||||
},
|
||||
{
|
||||
2,
|
||||
0x11001222,
|
||||
0xA
|
||||
},
|
||||
{
|
||||
3,
|
||||
0x11001222,
|
||||
0xA
|
||||
},
|
||||
{
|
||||
4,
|
||||
0x11001222,
|
||||
0xA
|
||||
},
|
||||
{
|
||||
5,
|
||||
0x37441422,
|
||||
0xA
|
||||
},
|
||||
{
|
||||
6,
|
||||
0x37441422,
|
||||
0xA
|
||||
},
|
||||
{
|
||||
7,
|
||||
0x37441422,
|
||||
0xA
|
||||
},
|
||||
{
|
||||
0,
|
||||
0x37441422,
|
||||
0xB
|
||||
},
|
||||
{
|
||||
1,
|
||||
0x11001222,
|
||||
0xB
|
||||
},
|
||||
{
|
||||
2,
|
||||
0x11001222,
|
||||
0xB
|
||||
},
|
||||
{
|
||||
3,
|
||||
0x37441422,
|
||||
0xB
|
||||
},
|
||||
{
|
||||
4,
|
||||
0x37441422,
|
||||
0xB
|
||||
},
|
||||
{
|
||||
0,
|
||||
0x11001222,
|
||||
0xC
|
||||
},
|
||||
{
|
||||
1,
|
||||
0x37441422,
|
||||
0xC
|
||||
},
|
||||
{
|
||||
2,
|
||||
0x11001222,
|
||||
0xC
|
||||
},
|
||||
{
|
||||
3,
|
||||
0x11001222,
|
||||
0xC
|
||||
},
|
||||
{
|
||||
4,
|
||||
0x37441422,
|
||||
0xC
|
||||
},
|
||||
};
|
||||
|
||||
struct FigureCheckTbl {
|
||||
@@ -379,11 +901,9 @@ static cPhs_State phase_2(daObjFigure_c* i_this) {
|
||||
i_this->setResFlag(0x2);
|
||||
u8 figureNo = i_this->getFigureNo();
|
||||
int id = dSnap_GetFigRoomId(figureNo);
|
||||
#if VERSION > VERSION_DEMO
|
||||
if(l_figure_dat_tbl[figureNo].mRoomId >= 0) {
|
||||
id = l_figure_dat_tbl[figureNo].mRoomId;
|
||||
}
|
||||
#endif
|
||||
|
||||
cPhs_State status = dComIfG_resLoad(i_this->getPhase2P(), l_arcname_tbl[id]);
|
||||
|
||||
@@ -413,11 +933,9 @@ cPhs_State daObjFigure_c::_create() {
|
||||
/* 00000720-00000A90 .text createHeap__13daObjFigure_cFv */
|
||||
BOOL daObjFigure_c::createHeap() {
|
||||
int id = dSnap_GetFigRoomId(getFigureNo());
|
||||
#if VERSION > VERSION_DEMO
|
||||
if(l_figure_dat_tbl[getFigureNo()].mRoomId >= 0) {
|
||||
id = l_figure_dat_tbl[getFigureNo()].mRoomId;
|
||||
}
|
||||
#endif
|
||||
|
||||
J3DModelData* pModelData;
|
||||
const char* arcname = l_arcname_tbl[id];
|
||||
@@ -522,16 +1040,14 @@ cPhs_State daObjFigure_c::createInit() {
|
||||
|
||||
/* 00000BF4-00000C78 .text _delete__13daObjFigure_cFv */
|
||||
BOOL daObjFigure_c::_delete() {
|
||||
dComIfG_resDeleteDemo(getPhase1P(), "Figure");
|
||||
dComIfG_resDelete(getPhase1P(), "Figure");
|
||||
|
||||
int id = dSnap_GetFigRoomId(getFigureNo());
|
||||
#if VERSION > VERSION_DEMO
|
||||
if(l_figure_dat_tbl[getFigureNo()].mRoomId >= 0) {
|
||||
id = l_figure_dat_tbl[getFigureNo()].mRoomId;
|
||||
}
|
||||
#endif
|
||||
|
||||
dComIfG_resDeleteDemo(getPhase2P(), l_arcname_tbl[id]);
|
||||
dComIfG_resDelete(getPhase2P(), l_arcname_tbl[id]);
|
||||
|
||||
return true;
|
||||
}
|
||||
@@ -981,13 +1497,11 @@ void linkDraw(mDoExt_McaMorf* pMorf) {
|
||||
/* Nonmatching - regalloc (maybe the same issue as daPy_lk_c::draw?) */
|
||||
|
||||
pMorf->calc();
|
||||
#if VERSION > VERSION_DEMO
|
||||
J3DModel* model = pMorf->getModel();
|
||||
J3DModelData* modelData = model->getModelData();
|
||||
j3dSys.setModel(model);
|
||||
j3dSys.setTexture(modelData->getTexture());
|
||||
model->unlock();
|
||||
#endif
|
||||
|
||||
static mDoExt_offCupOnAupPacket l_offCupOnAupPacket1;
|
||||
static mDoExt_offCupOnAupPacket l_offCupOnAupPacket2;
|
||||
@@ -998,11 +1512,6 @@ void linkDraw(mDoExt_McaMorf* pMorf) {
|
||||
J3DShape* ZOffNoneShape[4];
|
||||
J3DShape* ZOnShape[4];
|
||||
|
||||
#if VERSION == VERSION_DEMO
|
||||
J3DModel* model = pMorf->getModel();
|
||||
J3DModelData* modelData = model->getModelData();
|
||||
#endif
|
||||
|
||||
J3DJoint* link_root_joint = modelData->getJointNodePointer(0x00); // link_root joint
|
||||
J3DJoint* cl_eye_joint = modelData->getJointNodePointer(0x13); // cl_eye joint
|
||||
J3DJoint* cl_mayu_joint = modelData->getJointNodePointer(0x15); // cl_mayu joint
|
||||
@@ -1019,14 +1528,14 @@ void linkDraw(mDoExt_McaMorf* pMorf) {
|
||||
if (mtl->getZMode()->getCompareEnable() == 0) {
|
||||
if ((u8)mtl->getBlend()->getType() == GX_BM_BLEND) {
|
||||
ZOffBlendShape[zoff_blend_cnt++] = mtl->getShape();
|
||||
JUT_ASSERT(VERSION_SELECT(1713, 1767, 1767, 1767), zoff_blend_cnt <= 4);
|
||||
JUT_ASSERT(1767, zoff_blend_cnt <= 4);
|
||||
} else {
|
||||
ZOffNoneShape[zoff_none_cnt++] = mtl->getShape();
|
||||
JUT_ASSERT(VERSION_SELECT(1717, 1770, 1770, 1770), zoff_none_cnt <= 4);
|
||||
JUT_ASSERT(1770, zoff_none_cnt <= 4);
|
||||
}
|
||||
} else {
|
||||
ZOnShape[zon_cnt++] = mtl->getShape();
|
||||
JUT_ASSERT(VERSION_SELECT(1722, 1774, 1774, 1774), zon_cnt <= 4);
|
||||
JUT_ASSERT(1774, zon_cnt <= 4);
|
||||
}
|
||||
mtl = mtl->getNext();
|
||||
}
|
||||
@@ -1063,7 +1572,6 @@ void linkDraw(mDoExt_McaMorf* pMorf) {
|
||||
|
||||
link_root_joint->entryIn();
|
||||
|
||||
#if VERSION > VERSION_DEMO
|
||||
for (i = 0, mtl = link_root_joint->getMesh(); mtl != NULL; i++, mtl = mtl->getNext()) {
|
||||
if (i != 2 && i != 5) {
|
||||
mtl->getShape()->show();
|
||||
@@ -1071,7 +1579,6 @@ void linkDraw(mDoExt_McaMorf* pMorf) {
|
||||
mtl->getShape()->hide();
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
l_onCupOffAupPacket1.entryOpa();
|
||||
|
||||
@@ -1090,12 +1597,8 @@ void linkDraw(mDoExt_McaMorf* pMorf) {
|
||||
ZOnShape[i]->hide();
|
||||
}
|
||||
|
||||
#if VERSION == VERSION_DEMO
|
||||
pMorf->entryDL();
|
||||
#else
|
||||
dComIfGd_setList();
|
||||
mDoExt_modelEntryDL(pMorf->getModel());
|
||||
#endif
|
||||
|
||||
for (mtl = link_root_joint->getMesh(); mtl != NULL; mtl = mtl->getNext()) {
|
||||
mtl->getShape()->show();
|
||||
@@ -1103,10 +1606,6 @@ void linkDraw(mDoExt_McaMorf* pMorf) {
|
||||
|
||||
modelData->getJointNodePointer(0x14)->getMesh()->getShape()->show(); // cl_hana joint
|
||||
modelData->getJointNodePointer(0x29)->getMesh()->getShape()->show(); // cl_back joint
|
||||
|
||||
#if VERSION == VERSION_DEMO
|
||||
dComIfGd_setList();
|
||||
#endif
|
||||
}
|
||||
|
||||
static actor_method_class daSampleMethodTable = {
|
||||
|
||||
@@ -418,7 +418,6 @@ void daPy_lk_c::setGetItemSound(u16 param_1, int param_2) {
|
||||
}
|
||||
}
|
||||
|
||||
#if VERSION > VERSION_DEMO
|
||||
/* 8012E418-8012E6B4 .text setGetDemo__9daPy_lk_cFv */
|
||||
BOOL daPy_lk_c::setGetDemo() {
|
||||
int staffIdx = dComIfGp_evmng_getMyStaffId("Link", this);
|
||||
@@ -489,7 +488,6 @@ BOOL daPy_lk_c::setGetDemo() {
|
||||
m34CE = 0;
|
||||
return FALSE;
|
||||
}
|
||||
#endif
|
||||
|
||||
/* 8012E6B4-8012E8B0 .text dProcGetItem_init__9daPy_lk_cFv */
|
||||
BOOL daPy_lk_c::dProcGetItem_init() {
|
||||
|
||||
+34
-110
@@ -50,11 +50,9 @@ JGeometry::TVec3<f32> l_hammer_splash_particle_scale(0.67f, 0.67f, 0.67f);
|
||||
|
||||
#include "d/actor/d_a_player_HIO_data.inc"
|
||||
|
||||
#if VERSION > VERSION_DEMO
|
||||
cXyz l_debug_keep_pos;
|
||||
csXyz l_debug_current_angle;
|
||||
csXyz l_debug_shape_angle;
|
||||
#endif
|
||||
|
||||
GXColor l_freeze_fade_color = {0xFF, 0xFF, 0xFF, 0xFF};
|
||||
|
||||
@@ -1026,7 +1024,12 @@ void daPy_lk_c::playTextureAnime() {
|
||||
|
||||
/* 8010552C-8010558C .text checkPlayerGuard__9daPy_lk_cCFv */
|
||||
BOOL daPy_lk_c::checkPlayerGuard() const {
|
||||
return mCurProc == daPyProc_CROUCH_DEFENSE_e || checkUpperGuardAnime() || checkGuardSlip();
|
||||
/* Nonmatching */
|
||||
bool guard = false;
|
||||
if (mCurProc == daPyProc_CROUCH_DEFENSE_e || checkUpperGuardAnime() || checkGuardSlip()) {
|
||||
guard = true;
|
||||
}
|
||||
return guard;
|
||||
}
|
||||
|
||||
/* 8010558C-801056E4 .text setOutPower__9daPy_lk_cFfsi */
|
||||
@@ -1327,10 +1330,9 @@ s32 daPy_lk_c::setItemModel() {
|
||||
((m_anm_heap_under[UNDER_MOVE0_e].mIdx == LKANM_BCK_DASHS ||
|
||||
(m_anm_heap_under[UNDER_MOVE0_e].mIdx == LKANM_BCK_DASH))))))
|
||||
{
|
||||
MtxP mtx = mDoMtx_stack_c::get();
|
||||
dVar16 = mtx[0][3];
|
||||
dVar15 = mtx[1][3];
|
||||
dVar17 = mtx[2][3];
|
||||
dVar16 = mDoMtx_stack_c::now[0][3];
|
||||
dVar15 = mDoMtx_stack_c::now[1][3];
|
||||
dVar17 = mDoMtx_stack_c::now[2][3];
|
||||
u16 uVar10 =
|
||||
cM_rad2s(((6.2831855f * (mFrameCtrlUnder[UNDER_MOVE0_e].getFrame() - 22.0f)) /
|
||||
mFrameCtrlUnder[UNDER_MOVE0_e].getEnd()));
|
||||
@@ -1535,11 +1537,7 @@ void daPy_lk_c::drawMirrorLightModel() {
|
||||
mDoMtx_stack_c::transS(l_ms_light_local_start);
|
||||
mDoMtx_stack_c::YrotM(-0x8000);
|
||||
mDoMtx_stack_c::revConcat(mpEquippedShieldModel->getBaseTRMtx());
|
||||
#if VERSION == VERSION_DEMO
|
||||
mMirrorPacket.update(mDoMtx_stack_c::get(), 0xFF);
|
||||
#else
|
||||
mMirrorPacket.update(mDoMtx_stack_c::get(), 0xFF, 60.0f);
|
||||
#endif
|
||||
dComIfGd_getXluList()->entryImm(&mMirrorPacket, 0xFF);
|
||||
updateDLSetLight(mpYmsls00Model, 0);
|
||||
}
|
||||
@@ -1570,55 +1568,37 @@ void daPy_lk_c::drawShadow() {
|
||||
}
|
||||
mtl->getShape()->hide();
|
||||
}
|
||||
f32 f31;
|
||||
f32 fVar1;
|
||||
if (checkModeFlg(ModeFlg_HANG)) {
|
||||
f31 = m35DC;
|
||||
fVar1 = m35DC;
|
||||
} else {
|
||||
f31 = mAcch.GetGroundH();
|
||||
fVar1 = mAcch.GetGroundH();
|
||||
}
|
||||
f32 f1;
|
||||
if (!strcmp(dComIfGp_getStartStageName(), "M_DaiB") ||
|
||||
!strcmp(dComIfGp_getStartStageName(), "Xboss2"))
|
||||
f32 dVar9 = fVar1;
|
||||
if ((!strcmp(dComIfGp_getStartStageName(), "M_DaiB")) ||
|
||||
(!strcmp(dComIfGp_getStartStageName(), "Xboss2")))
|
||||
{
|
||||
f1 = 1400.0f;
|
||||
fVar1 = 1400.0f;
|
||||
} else {
|
||||
f1 = daPy_HIO_basic_c0::m.field_0x10;
|
||||
fVar1 = daPy_HIO_basic_c0::m.field_0x10;
|
||||
}
|
||||
int iVar4 = dComIfGd_setShadow(m3614, 0, mpCLModel, &local_30, f1, 30.0f, current.pos.y,
|
||||
f31, mAcch.m_gnd, &tevStr, 0, 1.0f,
|
||||
int iVar4 = dComIfGd_setShadow(m3614, 0, mpCLModel, &local_30, fVar1, 30.0f, current.pos.y,
|
||||
dVar9, mAcch.m_gnd, &tevStr, 0, 1.0f,
|
||||
&dDlst_shadowControl_c::mSimpleTexObj);
|
||||
m3614 = iVar4;
|
||||
if ((u32)m3614 != 0) {
|
||||
if ((checkNoResetFlg1(daPyFlg1_CASUAL_CLOTHES)) && (!checkCaughtShapeHide())) {
|
||||
dComIfGd_addRealShadow(m3614, mpKatsuraModel);
|
||||
}
|
||||
if (checkSwordEquip()
|
||||
#if VERSION == VERSION_DEMO
|
||||
&& !checkLastDemoSwordNoDraw(1)
|
||||
#else
|
||||
&& !checkDemoSwordNoDraw(1)
|
||||
#endif
|
||||
) {
|
||||
if ((checkSwordEquip()) && (!checkDemoSwordNoDraw(1))) {
|
||||
dComIfGd_addRealShadow(m3614, mpEquippedSwordModel);
|
||||
}
|
||||
if ((mpEquipItemModel != NULL
|
||||
#if VERSION == VERSION_DEMO
|
||||
&& !checkLastDemoSwordNoDraw(0)
|
||||
#else
|
||||
&& !checkDemoSwordNoDraw(0)
|
||||
#endif
|
||||
) &&
|
||||
if (((mpEquipItemModel != NULL) && (!checkDemoSwordNoDraw(0))) &&
|
||||
((!checkBowItem(mEquipItem) || (!checkPlayerGuard()))))
|
||||
{
|
||||
dComIfGd_addRealShadow(m3614, mpEquipItemModel);
|
||||
}
|
||||
if (dComIfGs_getSelectEquip(1) != dItem_NONE_e
|
||||
#if VERSION == VERSION_DEMO
|
||||
&& !checkLastDemoSwordNoDraw(1)
|
||||
#else
|
||||
&& !checkDemoShieldNoDraw()
|
||||
#endif
|
||||
) {
|
||||
if ((dComIfGs_getSelectEquip(1) != dItem_NONE_e) && (!checkDemoShieldNoDraw())) {
|
||||
dComIfGd_addRealShadow(m3614, mpEquippedShieldModel);
|
||||
}
|
||||
fopAc_ac_c* pfVar10;
|
||||
@@ -1838,13 +1818,9 @@ BOOL daPy_lk_c::draw() {
|
||||
} else {
|
||||
hideHatAndBackle(link_root_joint->getMesh());
|
||||
}
|
||||
if (
|
||||
(!checkNormalSwordEquip() && dStage_stagInfo_GetSTType(dComIfGp_getStageStagInfo()) != dStageType_FF1_e)
|
||||
|| checkCaughtShapeHide()
|
||||
#if VERSION > VERSION_DEMO
|
||||
|| checkDemoShieldNoDraw()
|
||||
#endif
|
||||
) {
|
||||
if ((!checkNormalSwordEquip() && dStage_stagInfo_GetSTType(dComIfGp_getStageStagInfo()) != dStageType_FF1_e) ||
|
||||
checkCaughtShapeHide() || checkDemoShieldNoDraw())
|
||||
{
|
||||
mpCLModelData->getJointNodePointer(0x0D)->getMesh()->getShape()->hide(); // cl_podA joint
|
||||
} else {
|
||||
mpCLModelData->getJointNodePointer(0x0D)->getMesh()->getShape()->show(); // cl_podA joint
|
||||
@@ -1867,11 +1843,7 @@ BOOL daPy_lk_c::draw() {
|
||||
mpCLModelData->getJointNodePointer(0x29)->getMesh()->getShape()->show(); // cl_back joint
|
||||
if (!r24) {
|
||||
entryDLSetLight(mpHandsModel, checkNoResetFlg1(daPyFlg1_FREEZE_STATE));
|
||||
if (checkNoResetFlg1(daPyFlg1_CASUAL_CLOTHES) && !checkCaughtShapeHide()
|
||||
#if VERSION > VERSION_DEMO
|
||||
&& !dComIfGp_checkCameraAttentionStatus(mCameraInfoIdx, 0x20)
|
||||
#endif
|
||||
) {
|
||||
if (checkNoResetFlg1(daPyFlg1_CASUAL_CLOTHES) && !checkCaughtShapeHide() && !dComIfGp_checkCameraAttentionStatus(mCameraInfoIdx, 0x20)) {
|
||||
entryDLSetLight(mpKatsuraModel, checkNoResetFlg1(daPyFlg1_FREEZE_STATE));
|
||||
}
|
||||
if (checkFreezeState() && checkMaskDraw()) {
|
||||
@@ -1880,11 +1852,7 @@ BOOL daPy_lk_c::draw() {
|
||||
if (dComIfGs_getSelectEquip(2) == dItem_POWER_BRACELETS_e) {
|
||||
entryDLSetLight(mpPringModel, checkNoResetFlg1(daPyFlg1_FREEZE_STATE));
|
||||
}
|
||||
if (checkMasterSwordEquip() && !checkCaughtShapeHide()
|
||||
#if VERSION > VERSION_DEMO
|
||||
&& !checkDemoShieldNoDraw()
|
||||
#endif
|
||||
) {
|
||||
if (checkMasterSwordEquip() && !checkCaughtShapeHide() && !checkDemoShieldNoDraw()) {
|
||||
updateDLSetLight(mpPodmsModel, checkNoResetFlg1(daPyFlg1_FREEZE_STATE));
|
||||
}
|
||||
}
|
||||
@@ -1917,23 +1885,11 @@ BOOL daPy_lk_c::draw() {
|
||||
mDoExt_modelUpdateDL(mpSuimenMunyaModel);
|
||||
}
|
||||
if (!r24 && !dComIfGp_checkCameraAttentionStatus(mCameraInfoIdx, 0x20)) {
|
||||
if (checkSwordEquip()
|
||||
#if VERSION == VERSION_DEMO
|
||||
&& !checkLastDemoSwordNoDraw(1)
|
||||
#else
|
||||
&& !checkDemoSwordNoDraw(1)
|
||||
#endif
|
||||
) {
|
||||
if (checkSwordEquip() && !checkDemoSwordNoDraw(TRUE)) {
|
||||
entryDLSetLight(mpEquippedSwordModel, checkNoResetFlg1(daPyFlg1_FREEZE_STATE));
|
||||
}
|
||||
}
|
||||
if (dComIfGs_getSelectEquip(1) != dItem_NONE_e && !checkCaughtShapeHide()
|
||||
#if VERSION == VERSION_DEMO
|
||||
&& !checkLastDemoSwordNoDraw(1)
|
||||
#else
|
||||
&& !checkDemoShieldNoDraw()
|
||||
#endif
|
||||
) {
|
||||
if (dComIfGs_getSelectEquip(1) != dItem_NONE_e && !checkCaughtShapeHide() && !checkDemoShieldNoDraw()) {
|
||||
entryDLSetLight(mpEquippedShieldModel, checkNoResetFlg1(daPyFlg1_FREEZE_STATE));
|
||||
}
|
||||
dComIfGd_setList();
|
||||
@@ -1943,13 +1899,7 @@ BOOL daPy_lk_c::draw() {
|
||||
if (mpBottleContentsModel != NULL) {
|
||||
updateDLSetLight(mpBottleContentsModel, 0);
|
||||
}
|
||||
if (mpEquipItemModel && !checkCaughtShapeHide()
|
||||
#if VERSION == VERSION_DEMO
|
||||
&& !checkLastDemoSwordNoDraw(0)
|
||||
#else
|
||||
&& !checkDemoSwordNoDraw(0)
|
||||
#endif
|
||||
) {
|
||||
if (mpEquipItemModel && !checkCaughtShapeHide() && !checkDemoSwordNoDraw(FALSE)) {
|
||||
if (!checkBowItem(mEquipItem) || !checkPlayerGuard()) {
|
||||
if (mEquipItem == dItem_HOOKSHOT_e) {
|
||||
if (mActorKeepEquip.getActor()) {
|
||||
@@ -9028,8 +8978,8 @@ void daPy_lk_c::setNeckAngle() {
|
||||
r28 = true;
|
||||
} else if (checkModeFlg(ModeFlg_00000080 | ModeFlg_08000000)) {
|
||||
if ((!dComIfGp_event_runCheck()) || (mDemo.getDemoMode() == daPy_demo_c::DEMO_UNK39_e)) {
|
||||
if (dComIfGp_att_getLookTarget() != NULL) {
|
||||
sp18 = &dComIfGp_att_getLookTarget()->eyePos;
|
||||
if (dComIfGp_getAttention().getLookTarget() != NULL) {
|
||||
sp18 = &dComIfGp_getAttention().getLookTarget()->eyePos;
|
||||
r28 = true;
|
||||
} else {
|
||||
if ((((checkAttentionPosAngle(r23_2, &sp18)) ||
|
||||
@@ -11212,11 +11162,9 @@ void daPy_lk_c::checkRoofRestart() {
|
||||
/* 80121870-80122D30 .text execute__9daPy_lk_cFv */
|
||||
BOOL daPy_lk_c::execute() {
|
||||
/* Nonmatching - regalloc */
|
||||
#if VERSION > VERSION_DEMO
|
||||
if (setGetDemo()) {
|
||||
return TRUE;
|
||||
}
|
||||
#endif
|
||||
|
||||
if (checkNoResetFlg1(daPyFlg1_UNK200)) {
|
||||
fopMsgM_demoMsgFlagOn();
|
||||
@@ -11236,11 +11184,9 @@ BOOL daPy_lk_c::execute() {
|
||||
dComIfGs_setBottleItemIn(dItem_FOREST_WATER_e, dItem_WATER_BOTTLE_e);
|
||||
mDemo.setDemoType(5);
|
||||
m3628 = fpcM_ERROR_PROCESS_ID_e;
|
||||
#if VERSION > VERSION_DEMO
|
||||
if (mCurProc == daPyProc_SCOPE_e) {
|
||||
procWait_init();
|
||||
}
|
||||
#endif
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -11288,11 +11234,9 @@ BOOL daPy_lk_c::execute() {
|
||||
}
|
||||
}
|
||||
|
||||
#if VERSION > VERSION_DEMO
|
||||
current.pos = l_debug_keep_pos;
|
||||
shape_angle = l_debug_shape_angle;
|
||||
current.angle = l_debug_current_angle;
|
||||
#endif
|
||||
|
||||
mCameraInfoIdx = dComIfGp_getPlayerCameraID(0);
|
||||
m3748 = current.pos;
|
||||
@@ -11564,7 +11508,7 @@ BOOL daPy_lk_c::execute() {
|
||||
m357C = m3580;
|
||||
m3580 = -1;
|
||||
mCurrAttributeCode = dBgS_Attr_UNK1B_e;
|
||||
roomNo = fopAcM_GetRoomNo(this);
|
||||
roomNo = current.roomNo;
|
||||
checkFallCode();
|
||||
}
|
||||
|
||||
@@ -11602,9 +11546,7 @@ BOOL daPy_lk_c::execute() {
|
||||
mpCLModelData->getJointNodePointer(0x02)->setMtxCalc(m_pbCalc[PART_UPPER_e]); // body_chn joint
|
||||
mpCLModelData->getJointNodePointer(0x1D)->setMtxCalc(m_pbCalc[PART_UNDER_e]); // wash_chn joint
|
||||
|
||||
#if VERSION > VERSION_DEMO
|
||||
checkOriginalHatAnimation();
|
||||
#endif
|
||||
|
||||
static const Vec nsword_top = {45.0f, -31.0f, 0.0f};
|
||||
static const Vec msword_top = {57.0f, 48.0f, 0.0f};
|
||||
@@ -11641,11 +11583,7 @@ BOOL daPy_lk_c::execute() {
|
||||
m36D0 = mSwordTopPos;
|
||||
m36DC = m36C4;
|
||||
|
||||
if (mEquipItem == daPyItem_BOKO_e
|
||||
#if VERSION > VERSION_DEMO
|
||||
&& mActorKeepEquip.getActor()
|
||||
#endif
|
||||
) {
|
||||
if (mEquipItem == daPyItem_BOKO_e && mActorKeepEquip.getActor()) {
|
||||
daBoko_c* boko = static_cast<daBoko_c*>(mActorKeepEquip.getActor());
|
||||
boko->getTopPos(&mSwordTopPos);
|
||||
boko->getBlurRootPos(&m36C4);
|
||||
@@ -11685,9 +11623,7 @@ BOOL daPy_lk_c::execute() {
|
||||
eventInfo.onCondition(dEvtCnd_CANTALK_e);
|
||||
}
|
||||
}
|
||||
#if VERSION > VERSION_DEMO
|
||||
eventInfo.onCondition(dEvtCnd_CANGETITEM_e);
|
||||
#endif
|
||||
|
||||
JPABaseEmitter* emitter = mSmokeEcallBack.getEmitter();
|
||||
if (emitter) {
|
||||
@@ -11719,11 +11655,9 @@ BOOL daPy_lk_c::execute() {
|
||||
if (dComIfGp_getDoStatus() == dActStts_UNK43) {
|
||||
dComIfGp_setDoStatus(dActStts_JUMP_e);
|
||||
}
|
||||
#if VERSION > VERSION_DEMO
|
||||
if (checkResetFlg0(daPyRFlg0_UNK10000000)) {
|
||||
dComIfGp_setAStatus(dActStts_BLANK_e);
|
||||
}
|
||||
#endif
|
||||
}
|
||||
offNoResetFlg1((daPy_FLG1)(daPyFlg1_UNK4 | daPyFlg1_FORCE_VOMIT_JUMP | daPyFlg1_FORCE_VOMIT_JUMP_SHORT | daPyFlg1_UNK10000000));
|
||||
|
||||
@@ -11752,11 +11686,9 @@ BOOL daPy_lk_c::execute() {
|
||||
|
||||
mWhirlId = fpcM_ERROR_PROCESS_ID_e;
|
||||
|
||||
#if VERSION > VERSION_DEMO
|
||||
l_debug_keep_pos = current.pos;
|
||||
l_debug_shape_angle = shape_angle;
|
||||
l_debug_current_angle = current.angle;
|
||||
#endif
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
@@ -12656,11 +12588,9 @@ cPhs_State daPy_lk_c::makeBgWait() {
|
||||
if ((dComIfGs_getLastSceneMode() & 0x4000) != 0) {
|
||||
onNoResetFlg1(daPyFlg1_UNK8000);
|
||||
}
|
||||
#if VERSION > VERSION_DEMO
|
||||
l_debug_keep_pos = current.pos;
|
||||
l_debug_shape_angle = shape_angle;
|
||||
l_debug_current_angle = current.angle;
|
||||
#endif
|
||||
return cPhs_NEXT_e;
|
||||
}
|
||||
|
||||
@@ -13031,11 +12961,9 @@ void daPy_lk_c::setPlayerPosAndAngle(cXyz* param_1, s16 param_2) {
|
||||
shape_angle.y = param_2;
|
||||
current.angle.y = param_2;
|
||||
m34DE = shape_angle.y;
|
||||
#if VERSION > VERSION_DEMO
|
||||
l_debug_keep_pos = current.pos;
|
||||
l_debug_shape_angle = shape_angle;
|
||||
l_debug_current_angle = current.angle;
|
||||
#endif
|
||||
}
|
||||
|
||||
/* 80128C10-80128CE4 .text setPlayerPosAndAngle__9daPy_lk_cFP4cXyzP5csXyz */
|
||||
@@ -13052,11 +12980,9 @@ void daPy_lk_c::setPlayerPosAndAngle(cXyz* param_1, csXyz* param_2) {
|
||||
current.angle.y = shape_angle.y;
|
||||
m34DE = shape_angle.y;
|
||||
}
|
||||
#if VERSION > VERSION_DEMO
|
||||
l_debug_keep_pos = current.pos;
|
||||
l_debug_shape_angle = shape_angle;
|
||||
l_debug_current_angle = current.angle;
|
||||
#endif
|
||||
}
|
||||
|
||||
/* 80128CE4-80128DC0 .text setPlayerPosAndAngle__9daPy_lk_cFPA4_f */
|
||||
@@ -13069,11 +12995,9 @@ void daPy_lk_c::setPlayerPosAndAngle(MtxP param_1) {
|
||||
mDoMtx_MtxToRot(param_1, &shape_angle);
|
||||
current.angle.y = shape_angle.y;
|
||||
m34DE = shape_angle.y;
|
||||
#if VERSION > VERSION_DEMO
|
||||
l_debug_keep_pos = current.pos;
|
||||
l_debug_shape_angle = shape_angle;
|
||||
l_debug_current_angle = current.angle;
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -154,12 +154,7 @@ void daPy_lk_c::setLightSaver() {
|
||||
mpEquipItemBrk->setFrame(2.0f);
|
||||
}
|
||||
mpSwordModel1->setBaseTRMtx(mpEquipItemModel->getBaseTRMtx());
|
||||
if (
|
||||
#if VERSION == VERSION_DEMO
|
||||
!checkLastDemoSwordNoDraw(0) &&
|
||||
#else
|
||||
!checkDemoSwordNoDraw(0) &&
|
||||
#endif
|
||||
if (!checkDemoSwordNoDraw(0) &&
|
||||
((checkChanceMode() || checkNoResetFlg1(daPyFlg1_UNK8000)) || checkFinalMasterSwordEquip()))
|
||||
{
|
||||
simpleAnmPlay(mpSwordBtk);
|
||||
@@ -226,17 +221,6 @@ void daPy_lk_c::setLightSaver() {
|
||||
}
|
||||
}
|
||||
|
||||
#if VERSION == VERSION_DEMO
|
||||
BOOL daPy_lk_c::checkLastDemoSwordNoDraw(BOOL param_0) {
|
||||
if ((mEquipItem == daPyItem_SWORD_e || param_0) &&
|
||||
dComIfGs_isEventBit(0x3f40))
|
||||
{
|
||||
return TRUE;
|
||||
} else {
|
||||
return FALSE;
|
||||
}
|
||||
}
|
||||
#else
|
||||
/* 80155490-801554C8 .text checkDemoShieldNoDraw__9daPy_lk_cFv */
|
||||
BOOL daPy_lk_c::checkDemoShieldNoDraw() {
|
||||
if (dComIfGs_isEventBit(0x3f40)) {
|
||||
@@ -256,7 +240,6 @@ BOOL daPy_lk_c::checkDemoSwordNoDraw(BOOL param_0) {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
/* 80155544-80155574 .text checkChanceMode__9daPy_lk_cFv */
|
||||
BOOL daPy_lk_c::checkChanceMode() {
|
||||
|
||||
+25
-17
@@ -154,22 +154,28 @@ void dBgS_Acch::GroundCheck(dBgS& i_bgs) {
|
||||
}
|
||||
|
||||
/* 800A305C-800A313C .text GroundRoofProc__9dBgS_AcchFR4dBgS */
|
||||
void dBgS_Acch::GroundRoofProc(dBgS& i_bgs) {
|
||||
f32 dBgS_Acch::GroundRoofProc(dBgS& i_bgs) {
|
||||
f32 y = -G_CM3D_F_INF;
|
||||
if (m_ground_h != -G_CM3D_F_INF) {
|
||||
if (field_0xb8 < m_roof_height && m_roof_height < pm_pos->y) {
|
||||
pm_pos->y = m_roof_height;
|
||||
// y = m_roof_height;
|
||||
// fakematch to fix load order
|
||||
if (field_0xb8 < (y = m_roof_height) && y < pm_pos->y) {
|
||||
pm_pos->y = y;
|
||||
}
|
||||
|
||||
if (!(m_flags & ROOF_NONE)) {
|
||||
if (m_ground_h >= m_roof_y) {
|
||||
y = m_ground_h;
|
||||
if (y >= m_roof_y) {
|
||||
m_roof.SetExtChk(*this);
|
||||
ClrRoofHit();
|
||||
cXyz pos = *pm_pos;
|
||||
m_roof.SetPos(pos);
|
||||
m_roof_y = i_bgs.RoofChk(&m_roof);
|
||||
y = i_bgs.RoofChk(&m_roof);
|
||||
m_roof_y = y;
|
||||
}
|
||||
}
|
||||
}
|
||||
return y;
|
||||
}
|
||||
|
||||
/* 800A313C-800A3460 .text LineCheck__9dBgS_AcchFR4dBgS */
|
||||
@@ -193,7 +199,7 @@ void dBgS_Acch::LineCheck(dBgS& i_bgs) {
|
||||
|
||||
cM3dGPla* pla = i_bgs.GetTriPla(linChk);
|
||||
if (!cBgW_CheckBGround(pla->GetNP()->y)) {
|
||||
VECAdd(GetPos(), pla->GetNP(), GetPos());
|
||||
VECAdd(pm_pos, pla->GetNP(), pm_pos);
|
||||
if (!cM3d_IsZero(std::sqrtf(pla->GetNP()->x*pla->GetNP()->x + pla->GetNP()->z*pla->GetNP()->z)))
|
||||
pm_acch_cir[i].SetWallHDirect(pm_pos->y);
|
||||
|
||||
@@ -226,12 +232,15 @@ void dBgS_Acch::CrrPos(dBgS& i_bgs) {
|
||||
Init();
|
||||
|
||||
f32 lowH_R = GetWallAllLowH_R();
|
||||
f32 distXZ2 = GetOldPos()->abs2XZ(*GetPos());
|
||||
f32 distY = GetOldPos()->y - GetPos()->y;
|
||||
cXyz* temp9 = pm_old_pos;
|
||||
cXyz* temp10 = pm_pos;
|
||||
f32 distXZ2 = temp9->abs2XZ(*temp10);
|
||||
f32 distY = pm_old_pos->y - pm_pos->y;
|
||||
f32 lowH = GetWallAllLowH();
|
||||
field_0xb4 = GetPos()->y;
|
||||
f32 temp7 = lowH + GetOldPos()->y;
|
||||
f32 temp8 = m_ground_check_offset + GetPos()->y;
|
||||
field_0xb4 = pm_pos->y;
|
||||
f32 oldY = pm_old_pos->y;
|
||||
f32 temp7 = lowH + oldY;
|
||||
f32 temp8 = m_ground_check_offset + pm_pos->y;
|
||||
|
||||
bool ranLineCheck = false;
|
||||
OffLineCheckHit();
|
||||
@@ -321,12 +330,10 @@ void dBgS_Acch::CrrPos(dBgS& i_bgs) {
|
||||
}
|
||||
}
|
||||
|
||||
#if VERSION > VERSION_DEMO
|
||||
CHECK_FLOAT_CLASS(780, pm_pos->x);
|
||||
CHECK_FLOAT_CLASS(781, pm_pos->y);
|
||||
CHECK_FLOAT_CLASS(782, pm_pos->z);
|
||||
CHECK_PVEC3_RANGE(786, pm_pos);
|
||||
#endif
|
||||
}
|
||||
|
||||
/* 800A3F50-800A3F8C .text GetWallAllR__9dBgS_AcchFv */
|
||||
@@ -361,10 +368,11 @@ void dBgS_Acch::CalcWallBmdCyl() {
|
||||
f32 max_h = min_h;
|
||||
if (m_tbl_size >= 1) {
|
||||
for (s32 i = 0; i < m_tbl_size; i++) {
|
||||
if (min_h > pm_acch_cir[i].GetWallH())
|
||||
min_h = pm_acch_cir[i].GetWallH();
|
||||
if (max_h < pm_acch_cir[i].GetWallH())
|
||||
max_h = pm_acch_cir[i].GetWallH();
|
||||
f32 h = pm_acch_cir[i].GetWallH();
|
||||
if (min_h > h)
|
||||
min_h = h;
|
||||
if (max_h < h)
|
||||
max_h = h;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
+1
-10
@@ -1953,13 +1953,8 @@ void mirrorPolygonCheck(cXyz* min_p, cXyz* max_p, f32 rad, dDlst_shadowPoly_c* p
|
||||
dComIfG_Bgsp()->ShdwDraw(&shdwDraw);
|
||||
}
|
||||
|
||||
#if VERSION == VERSION_DEMO
|
||||
void dDlst_mirrorPacket::update(Mtx mtx, u8 alpha)
|
||||
#else
|
||||
/* 80085808-800859DC .text update__18dDlst_mirrorPacketFPA4_fUcf */
|
||||
void dDlst_mirrorPacket::update(Mtx mtx, u8 alpha, f32 rad)
|
||||
#endif
|
||||
{
|
||||
void dDlst_mirrorPacket::update(Mtx mtx, u8 alpha, f32 rad) {
|
||||
mShadowPoly.mCount = 0;
|
||||
static cXyz l_p1Offset(0.0f, 0.0f, 0.0f);
|
||||
static cXyz l_p2Offset(0.0f, 0.0f, 10000.0f);
|
||||
@@ -1967,11 +1962,7 @@ void dDlst_mirrorPacket::update(Mtx mtx, u8 alpha, f32 rad)
|
||||
cXyz offs, offs2;
|
||||
mDoMtx_multVec(mtx, &l_p1Offset, &offs);
|
||||
mDoMtx_multVec(mtx, &l_p2Offset, &offs2);
|
||||
#if VERSION == VERSION_DEMO
|
||||
mirrorPolygonCheck(&offs, &offs2, 60.0f, &mShadowPoly);
|
||||
#else
|
||||
mirrorPolygonCheck(&offs, &offs2, rad, &mShadowPoly);
|
||||
#endif
|
||||
|
||||
Mtx viewMtx;
|
||||
mDoMtx_lookAt(viewMtx, &offs, &offs2, 0);
|
||||
|
||||
Reference in New Issue
Block a user