firewood/tornado/tag_camera done, obj_drop almost (#2190)

* firewood done, obj_drop mostly done

* obj_tornado done, cleanup obj_tornado2

* tag_camera done

* remove asm

* tag_msg done
This commit is contained in:
TakaRikka
2024-08-12 11:34:01 -07:00
committed by GitHub
parent 2fa4bf9f51
commit 2bcec113fb
93 changed files with 1825 additions and 4432 deletions
+2
View File
@@ -383,6 +383,8 @@ public:
void setFlag(u32 i_flag) { mEventFlags |= i_flag; }
void clrFlag(u32 i_flag) { mEventFlags &= ~i_flag; }
bool CheckFlag(u32 i_flag) { return mEventFlags & i_flag; }
void ResetView() { setView(0.0f, 0.0f, 608.0f, 448.0f); }
void clearInfo(dCamInfo_c* i_info, s16 param_1) {