7 lines
316 B
C
7 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");
|