55f0d3aad5
Co-authored-by: Bassoonian <iasperbassoonian@gmail.com>
6 lines
305 B
C
6 lines
305 B
C
#include "global.h"
|
|
#include "test/battle.h"
|
|
|
|
TO_DO_BATTLE_TEST("Entrainment changes the target's Ability to match the user's");
|
|
TO_DO_BATTLE_TEST("Entrainment fails if the user's ability has cantBeCopied flag");
|
|
TO_DO_BATTLE_TEST("Entrainment fails if the targets's ability has cantBeOverwritten flag");
|