mirror of
https://github.com/pret/pokeemerald.git
synced 2026-05-09 04:13:03 -05:00
10 lines
561 B
C
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")
|