d_a_e_kr equivalent (#2549)

This commit is contained in:
Max Roncace
2025-07-24 02:13:55 -04:00
committed by GitHub
parent 44e612e13f
commit 92f22fea1d
5 changed files with 2442 additions and 1111 deletions
+1 -1
View File
@@ -263,7 +263,7 @@ public:
bool checkHeadLockFlg() const { return mFlags & 0x80; }
bool checkWolfBiteDamage() const { return mFlags & 0x40; }
bool checkWolfDownPullFlg() const { return mFlags & 0x10; }
bool checkDownFlg() const { return mFlags & 0x1; }
bool checkDownFlg() { return mFlags & 0x1; }
bool checkCutDownHitFlg() const { return mFlags & 0x2; }
bool checkWolfDownStartFlg() const { return mFlags & 0x4; }
bool checkDeadFlg() const { return mFlags & 0x8; }