summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorHuitzi <mwernerhernandez@ufl.edu>2023-07-23 14:51:13 -0400
committerHuitzi <mwernerhernandez@ufl.edu>2023-07-23 14:51:13 -0400
commitfefcdfcd53d6651faaccc6a11a6172be66ec8b56 (patch)
tree1a5de68b145df57944dd2516a10c1f52fa2d550d /include
parent70104dd4769a5e029a5d8b80512f7c9af489deca (diff)
d_a_tag_waterfall matching
Diffstat (limited to 'include')
-rw-r--r--include/rel/d/a/tag/d_a_tag_waterfall/d_a_tag_waterfall.h49
1 files changed, 48 insertions, 1 deletions
diff --git a/include/rel/d/a/tag/d_a_tag_waterfall/d_a_tag_waterfall.h b/include/rel/d/a/tag/d_a_tag_waterfall/d_a_tag_waterfall.h
index 06da2bbe50..f6a729fc4d 100644
--- a/include/rel/d/a/tag/d_a_tag_waterfall/d_a_tag_waterfall.h
+++ b/include/rel/d/a/tag/d_a_tag_waterfall/d_a_tag_waterfall.h
@@ -2,5 +2,52 @@
#define D_A_TAG_WATERFALL_H
#include "dolphin/types.h"
+#include "f_op/f_op_actor_mng.h"
-#endif /* D_A_TAG_WATERFALL_H */
+class daTagWaterFall_c : public fopAc_ac_c {
+public:
+ daTagWaterFall_c() {}
+
+ /* 80D64680 */ bool draw();
+ /* 80D64724 */ f32 getEllipseY(f32);
+ /* 80D64768 */ bool checkHitWaterFall(cXyz);
+ /* 80D6486C */ bool checkHitWaterFallCamera();
+ /* 80D648B4 */ bool execute();
+ /* 80D64AE0 */ bool _delete();
+ /* 80D64B20 */ cPhs__Step create();
+
+private:
+ /* 0x568 */ f32 mCylinderRadiusA;
+ /* 0x56C */ f32 mCylinderRadiusB;
+ /* 0x570 */ f32 mCylinderHeight;
+ /* 0x574 */ f32 mFogNear;
+ /* 0x578 */ f32 mFogFar;
+ /* 0x57C */ f32 mColorBlend;
+ /* 0x580 */ bool mPrevCameraInWaterfall;
+ /* 0x581 */ u8 mFrameCountdown;
+ /* 0x582 */ u8 mColpat;
+ /* 0x583 */ u8 mIsMasterWaterfallTag;
+};
+
+struct daTagWaterFall_HIO_c {
+public:
+ /* 80D6462C */ daTagWaterFall_HIO_c();
+ /* 80D64CDC */ virtual ~daTagWaterFall_HIO_c();
+
+ /* 0x00 */ /* vtable */
+
+ /* 0x04 */ s8 field_0x04;
+ /* 0x05 */ bool mShouldModifyFog;
+ /* 0x06 */ u8 pad0[2];
+ /* 0x08 */ f32 mBaseFogNear;
+ /* 0x0C */ f32 mBaseFogFar;
+ /* 0x10 */ f32 mColorBlendStepDivisor;
+ /* 0x14 */ u8 field_0x14;
+ /* 0x15 */ u8 field_0x15;
+ /* 0x16 */ u8 pad1[2];
+ /* 0x18 */ f32 field_0x18;
+ /* 0x1C */ f32 field_0x1C;
+ /* 0x20 */ f32 field_0x20;
+};
+
+#endif /* D_A_TAG_WATERFALL_H */ \ No newline at end of file