pokeemmo/test/battle/move_effect/first_turn_only.c

9 lines
335 B
C

#include "global.h"
#include "test/battle.h"
TO_DO_BATTLE_TEST("Fake Out can only be used on the user's first turn")
TO_DO_BATTLE_TEST("Fake Out fails if it's called via Instruct")
TO_DO_BATTLE_TEST("First Impression can only be used on the user's first turn")
TO_DO_BATTLE_TEST("First Impression fails if it's called via Instruct")