d_a_dshutter mostly done

This commit is contained in:
TakaRikka
2023-07-18 23:16:49 -07:00
parent 0b60233fae
commit 032d970ce0
3 changed files with 298 additions and 373 deletions
+2
View File
@@ -91,6 +91,8 @@ class dBgS_WtrChk;
class fopAcM_wt_c {
public:
static dBgS_WtrChk* getWaterCheck() { return (dBgS_WtrChk*)&mWaterCheck; }
static f32 getWaterY() { return mWaterY[0]; }
static bool waterCheck(const cXyz*);
static u8 mWaterCheck[84 + 4 /* padding */];
static f32 mWaterY[1 + 1 /* padding */];