Decomp IsOneHitKoMove

This commit is contained in:
Zur3l
2026-07-11 16:00:22 -04:00
parent 7bfd15116c
commit a5c869f004
5 changed files with 15 additions and 20 deletions

View File

@@ -22,4 +22,7 @@ bool8 IsCopyingMove(enum move_id move_id);
// Checks if the move is a trapping move
bool8 IsTrappingMove(enum move_id move_id);
// Checks if the move is a one hit KO move
bool8 IsOneHitKoMove(enum move_id move_id);
#endif //PMDSKY_MAIN_02014CEC_H