mirror of
https://github.com/zeldaret/tp
synced 2026-05-29 16:45:03 -04:00
d_a_obj_brg matching (#2539)
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user