Merge pull request #1705 from sphericalice/move-unavailable

Introduces a MOVE_UNAVAILABLE constant
This commit is contained in:
GriffinR
2022-07-12 11:32:57 -04:00
committed by GitHub
7 changed files with 114 additions and 91 deletions
+3
View File
@@ -359,4 +359,7 @@
#define MOVES_COUNT 355
// Used for checks for moves affected by Disable, Mimic, etc.
#define MOVE_UNAVAILABLE 0xFFFF
#endif // GUARD_CONSTANTS_MOVES_H