sovereignx/test/battle/move_effect/endeavor.c
Eduardo Quezada 55f0d3aad5
Added missing Move Effect TODO tests - Volume E (#5915)
Co-authored-by: Bassoonian <iasperbassoonian@gmail.com>
2025-01-01 16:06:20 +01:00

6 lines
316 B
C

#include "global.h"
#include "test/battle.h"
TO_DO_BATTLE_TEST("Endeavor sets the the target's HP to the user's current HP");
TO_DO_BATTLE_TEST("Endeavor doesn't fail if the user's HP is greater or equal than the target, but it doesn't heal the target");
TO_DO_BATTLE_TEST("Endeavor fails on Ghost-type Pokémon");