10 lines
536 B
C
10 lines
536 B
C
#include "global.h"
|
|
#include "test/battle.h"
|
|
|
|
// Effects of strong winds are handled in test/battle/weather/strong_winds.c
|
|
|
|
//TO_DO_BATTLE_TEST("Delta Stream doesn't activate if is sent-out in a rotated-out position (Rotation)")
|
|
//TO_DO_BATTLE_TEST("Delta Stream doesn't activate if is rotated-in (Rotation)")
|
|
TO_DO_BATTLE_TEST("Delta Stream doesn't activate if there's already strong winds")
|
|
TO_DO_BATTLE_TEST("Strong winds continue as long as there's a Pokémon with Delta Stream on the field") // Doesn't need to be the original mon
|