mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
d_a_b_mgn equivalent (#2363)
This commit is contained in:
@@ -286,7 +286,7 @@ public:
|
||||
void offDownFlg() { mFlags &= ~0x17; }
|
||||
void offWolfNoLock() { mFlags &= ~0x200; }
|
||||
void offHeadLockFlg() { mFlags &= ~0x80; }
|
||||
void offThrowMode(u8 throwMode) { mThrowMode &= throwMode; }
|
||||
void offThrowMode(u8 throwMode) { mThrowMode &= ~throwMode; }
|
||||
|
||||
void setMidnaBindMode(u8 i_bindMode) { mMidnaBindMode = i_bindMode; }
|
||||
void setMidnaBindID(u8 i_idx, u32 i_bindID) { mMidnaBindID[i_idx] = i_bindID; }
|
||||
|
||||
Reference in New Issue
Block a user