diff --git a/include/common_structs.h b/include/common_structs.h index cd3fa5d5d3..0b4e8edba7 100644 --- a/include/common_structs.h +++ b/include/common_structs.h @@ -683,7 +683,7 @@ typedef struct BattleStatus { /* 0x096 */ s8 hammerCharge; /* 0x097 */ s8 jumpCharge; /* 0x098 */ char unk_98; - /* 0x099 */ u8 dangerFlags; /* 1 = danger, 2 = peril */ + /* 0x099 */ u8 rushesFlags; /* 1 = mega rush, 2 = power rush */ /* 0x09A */ s8 outtaSightActive; /* 0x09B */ s8 turboChargeTurnsLeft; /* 0x09C */ u8 turboChargeAmount; /* unused? */