d_a_b_mgn equivalent (#2363)

This commit is contained in:
TakaRikka
2025-03-31 19:43:11 +03:00
committed by GitHub
parent 59848baf81
commit d7a8fb9d83
5 changed files with 2425 additions and 2584 deletions
+1 -1
View File
@@ -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; }