Decomp IsNot2TurnsMoveOrSketch

This commit is contained in:
Zur3l
2026-07-11 16:00:23 -04:00
parent a5c869f004
commit 5d30f28cd6
5 changed files with 13 additions and 18 deletions

View File

@@ -25,4 +25,7 @@ bool8 IsTrappingMove(enum move_id move_id);
// Checks if the move is a one hit KO move
bool8 IsOneHitKoMove(enum move_id move_id);
// Checks if the move is not a two turn move or sketch
bool8 IsNot2TurnsMoveOrSketch(enum move_id move_id);
#endif //PMDSKY_MAIN_02014CEC_H