mirror of
https://github.com/zeldaret/tp
synced 2026-09-06 19:01:05 -04:00
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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user