10 lines
561 B
C

#include "global.h"
#include "test/battle.h"
TO_DO_BATTLE_TEST("Fairy Lock prevents all Pokémon from switching out on their next turn")
TO_DO_BATTLE_TEST("Fairy Lock does not prevent switch out via Dragon Tail")
TO_DO_BATTLE_TEST("Fairy Lock does not prevent switch out via Whirlwind")
TO_DO_BATTLE_TEST("Fairy Lock does not prevent switch out via Eject Button")
TO_DO_BATTLE_TEST("Fairy Lock does not prevent switch out via Red Card")
TO_DO_BATTLE_TEST("Fairy Lock prevents a Pokémon from switching out on the following turn after replacing a fainted mon")