mirror of
https://github.com/zeldaret/tp
synced 2026-09-06 19:01:05 -04: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