mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
ChkBit comments and enum work (#2571)
* Jagar cleanup * saru work * e_fm work * gob enum added * gob cleanup * gob anm enums * dComIfGs_isEventBit comments added * More bit work and besu enum work * Maybe fixed the issue?
This commit is contained in:
@@ -125,7 +125,10 @@ public:
|
||||
/* 8095CC8C */ BOOL drawDbgInfo();
|
||||
|
||||
s16 getMessageNo() { return shape_angle.x; }
|
||||
bool isMap() { return !(daNpcF_chkEvtBit(0x10c) || !daNpcF_chkEvtBit(0x108)); }
|
||||
/* dSv_event_flag_c::F_0268 - City in the Sky - City in the Sky clear */
|
||||
bool isMap() { return !(daNpcF_chkEvtBit(0x10c)
|
||||
/* dSv_event_flag_c::F_0264 - Cutscene - Get master sword */
|
||||
|| !daNpcF_chkEvtBit(0x108)); }
|
||||
inline void setExpressionTalkAfter() { setExpression(7, -1.0f); }
|
||||
inline void setLookMode(int i_lookMode, fopAc_ac_c* i_talkPartner);
|
||||
inline void searchActors();
|
||||
|
||||
Reference in New Issue
Block a user