mirror of
https://github.com/pret/pmd-sky.git
synced 2026-08-27 21:25:43 -05:00
Decomp IsNot2TurnsMoveOrSketch
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user