summaryrefslogtreecommitdiff
path: root/include/d
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2026-07-05 17:23:02 -0400
committerLagoLunatic <LagoLunatic@users.noreply.github.com>2026-07-05 17:23:02 -0400
commit87b5061c61d85d66a7b700c8670bb37d9920332f (patch)
tree788d3237e49d8c2900d4645800333e0414dfb777 /include/d
parentadbf30e4023104c2456c8efa3325158ae7666315 (diff)
Match most d_flower funcs for demo
Diffstat (limited to 'include/d')
-rw-r--r--include/d/d_flower.h2
-rw-r--r--include/d/d_tree.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/d/d_flower.h b/include/d/d_flower.h
index c4ebba7b..e811c7ab 100644
--- a/include/d/d_flower.h
+++ b/include/d/d_flower.h
@@ -82,7 +82,7 @@ public:
/* 0x0014 */ dFlower_data_c mData[200];
/* 0x3534 */ dFlower_anm_c mAnm[72];
/* 0x44F4 */ dFlower_room_c mRoom[64];
- /* 0x45F4 */ u8 field_0x45f4;
+ /* 0x45F4 */ bool field_0x45f4;
/* 0x45F5 */ u8 field_0x45F5;
/* 0x45F6 */ s16 field_0x45F6;
/* 0x45F8 */ s16 field_0x45f8;
diff --git a/include/d/d_tree.h b/include/d/d_tree.h
index 999a9227..7b98bf22 100644
--- a/include/d/d_tree.h
+++ b/include/d/d_tree.h
@@ -94,7 +94,7 @@ public:
dTree_anm_c* getAnm(int idx) { return &mAnm[idx]; }
dTree_data_c* getData() { return mData; }
- void setPlayerCutFlg(int i_flg) { mPlayerCutFlg = i_flg; }
+ void setPlayerCutFlg(BOOL i_flg) { mPlayerCutFlg = i_flg; }
void setPlayerSwordTop(cXyz& i_pos) { mPlayerSwordTop = i_pos; }
void setPlayerSwordMoveAngY(s16 i_ang) { mPlayerSwordMoveAngY = i_ang; }
cXyz& getPlayerSwordTop() { return mPlayerSwordTop; }