Fixes Protosynthesis and Quark Drive ability pop up (#3595)

This commit is contained in:
Alex
2023-11-23 19:49:21 +01:00
committed by GitHub
parent c0bc6979c7
commit 71fd95e6d4
4 changed files with 111 additions and 11 deletions

View File

@@ -103,6 +103,8 @@ struct DisableStruct
u8 toxicSpikesDone:1;
u8 stickyWebDone:1;
u8 stealthRockDone:1;
u8 weatherAbilityDone:1;
u8 terrainAbilityDone:1;
};
struct ProtectStruct
@@ -193,8 +195,6 @@ struct SpecialStatus
u8 dancerUsedMove:1;
u8 dancerOriginalTarget:3;
// End of byte
u8 weatherAbilityDone:1;
u8 terrainAbilityDone:1;
u8 emergencyExited:1;
u8 afterYou:1;
};