-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #85 from robojumper/d_a_insect
a bit of d_a_insect
- Loading branch information
Showing
12 changed files
with
487 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,96 @@ | ||
#include "d/a/d_a_base.h" | ||
#include "d/a/obj/d_a_obj_base.h" | ||
#include "d/col/bg/d_bg_w_base.h" | ||
#include "d/col/c/c_cc_d.h" | ||
#include "d/col/c/c_m3d_g_pla.h" | ||
#include "m/m_mtx.h" | ||
#include "m/m_vec.h" | ||
|
||
class dAcOInsect_c : public dAcObjBase_c { | ||
public: | ||
dAcOInsect_c() {} | ||
virtual ~dAcOInsect_c() {} | ||
|
||
/* 0x80 */ virtual f32 dAcOInsect_0x80(); | ||
/* 0x84 */ virtual f32 dAcOInsect_0x84() { | ||
return 0.0f; | ||
} | ||
/* 0x88 */ virtual f32 dAcOInsect_0x88() { | ||
return 0.0f; | ||
} | ||
/* 0x8C */ virtual f32 dAcOInsect_0x8C() { | ||
return 0.0f; | ||
} | ||
/* 0x90 */ virtual f32 getAttentionField() { | ||
return 0.0f; | ||
} | ||
/* 0x94 */ virtual f32 dAcOInsect_0x94() { | ||
return 0.0f; | ||
} | ||
/* 0x98 */ virtual bool shouldAddAttentionTarget() { | ||
return isLinkUsingBugNet(); | ||
} | ||
/* 0x9C */ virtual void addAttentionTarget(); | ||
/* 0xA0 */ virtual void preAttention(); | ||
/* 0xA4 */ virtual s32 dAcOInsect_0xA4() { | ||
return 0; | ||
} | ||
/* 0xA8 */ virtual bool dAcOInsect_0xA8() { | ||
return checkForLinkScare(); | ||
} | ||
/* 0xAC */ virtual void dAcOInsect_0xAC() {} | ||
/* 0xB0 */ virtual bool checkCaught(cCcD_Obj &col); | ||
|
||
protected: | ||
void kill(); | ||
void checkDeath(dBgS_Acch &acch); | ||
bool checkDeath(cCcD_Obj &col); | ||
bool checkPlayerRadius(f32 radius); | ||
bool checkPlayerElevationDiff(f32 distance); | ||
void someBaseFunction(); | ||
bool someBaseFunction0(); | ||
bool checkForLinkScare(); | ||
bool isLinkCloseAndFlag(); | ||
s32 getLinkSpeedLevel(); | ||
static bool isLinkUsingBugNet(); | ||
bool resetScale(); | ||
bool fn_8018FAA0(); | ||
bool fn_8018FAD0(); | ||
void fn_8018FDF0(const mVec3_c &); | ||
int fn_801900B0(const mVec3_c &, const mVec3_c &); | ||
void fn_80190440(); | ||
void fn_80190160(); | ||
bool fn_80190180(mAng &outAng); | ||
|
||
private: | ||
/* 0x330 */ s32 field_0x330; | ||
/* 0x334 */ u8 field_0x334; | ||
/* 0x335 */ u8 field_0x335; | ||
/* 0x338 */ u32 field_0x338; | ||
/* 0x33C */ mVec3_c field_0x33C; | ||
/* 0x348 */ mVec3_c field_0x348; | ||
/* 0x354 */ f32 field_0x354; | ||
/* 0x358 */ f32 field_0x358; | ||
/* 0x35C */ f32 field_0x35C; | ||
/* 0x360 */ mVec3_c field_0x360; | ||
/* 0x36C */ mVec3_c field_0x36C; | ||
/* 0x378 */ u8 field_0x378[0x3A8 - 0x378]; | ||
/* 0x3A8 */ cM3dGPla mPlane_0x3A8; | ||
/* 0x3B8 */ int mMaterial; | ||
/* 0x3BC */ u8 field_0x3BC; | ||
/* 0x3BD */ u8 field_0x3BD; | ||
/* 0x3BE */ u8 field_0x3BE; | ||
/* 0x3BF */ u8 field_0x3BF; | ||
/* 0x3C0 */ mMtx_c field_0x3C0; | ||
/* 0x3F0 */ u8 field_0x3F0[0x3F4 - 0x3F0]; | ||
/* 0x3F4 */ u8 field_0x3F4; | ||
/* 0x3F8 */ u32 mLinkNearby; | ||
/* 0x3FC */ dAcRef_c<dAcBase_c> field_0x3FC; | ||
/* 0x408 */ u8 field_0x408[0x40C - 0x408]; | ||
/* 0x40C */ u8 field_0x40C; | ||
/* 0x40D */ u8 field_0x40D; | ||
/* 0x410 */ mVec3_c field_0x410[3]; | ||
/* 0x434 */ mVec3_c field_0x434[3]; | ||
/* 0x458 */ u8 field_0x458[0x45C - 0x458]; | ||
/* 0x45C */ mVec3_c field_0x45C; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.