15 lines
843 B
C
15 lines
843 B
C
#include "global.h"
|
|
#include "test/battle.h"
|
|
|
|
TO_DO_BATTLE_TEST("Aroma Veil protects the Pokémon's side from Taunt");
|
|
TO_DO_BATTLE_TEST("Aroma Veil protects the Pokémon's side from Torment");
|
|
TO_DO_BATTLE_TEST("Aroma Veil protects the Pokémon's side from Encore");
|
|
TO_DO_BATTLE_TEST("Aroma Veil protects the Pokémon's side from Disable");
|
|
TO_DO_BATTLE_TEST("Aroma Veil protects the Pokémon's side from Cursed Body");
|
|
TO_DO_BATTLE_TEST("Aroma Veil protects the Pokémon's side from Heal Block");
|
|
TO_DO_BATTLE_TEST("Aroma Veil protects the Pokémon's side from Infatuation");
|
|
TO_DO_BATTLE_TEST("Aroma Veil does not protect the Pokémon's side from Imprison");
|
|
|
|
// Marked in Bulbapedia as need of research
|
|
//TO_DO_BATTLE_TEST("Aroma Veil prevents G-Max Meltdown's effect");
|
|
//TO_DO_BATTLE_TEST("Aroma Veil prevents Psychic Noise's effect");
|