d_a_obj_brg matching (#2539)

This commit is contained in:
YunataSavior
2025-07-18 00:53:45 -07:00
committed by GitHub
parent 522f06458d
commit 6bc4faa5f7
6 changed files with 359 additions and 444 deletions
+3 -2
View File
@@ -89,8 +89,9 @@ public:
/* 0xB1EE */ u8 field_0xB1EE[0xB1EF - 0xB1EE];
/* 0xB1EF */ s8 field_0xb1ef;
/* 0xB1F0 */ s8 field_0xb1f0;
/* 0xB1F1 */ u8 field_0xb1f1;
/* 0xB1F2 */ u8 field_0xb1f2[0xb1f8 - 0xB1F2];
/* 0xB1F1 */ s8 field_0xb1f1;
/* 0xB1F2 */ s8 field_0xb1f2[2];
/* 0xB1F4 */ u8 field_0xb1f4[0xb1f8 - 0xB1F4];
};
STATIC_ASSERT(sizeof(obj_brg_class) == 0xb1f8);
+1 -1
View File
@@ -757,7 +757,7 @@ public:
virtual BOOL checkCutCharge() const { return FALSE; }
virtual BOOL checkCutTurnCharge() const { return FALSE; }
virtual BOOL checkCutLargeJumpCharge() const { return FALSE; }
virtual bool getBokoFlamePos(cXyz*) { return FALSE; }
virtual BOOL getBokoFlamePos(cXyz*) { return FALSE; }
virtual BOOL checkComboCutTurn() const { return FALSE; }
virtual BOOL checkClimbMove() const { return FALSE; }
virtual BOOL checkGrassWhistle() const { return FALSE; }