6 lines
289 B
C
6 lines
289 B
C
#include "global.h"
|
|
#include "test/battle.h"
|
|
|
|
// Remember to add a PARAMETRIZE for As One in the following tests:
|
|
TO_DO_BATTLE_TEST("Unnerve prevents opposing Pokémon from eating their own berries");
|
|
TO_DO_BATTLE_TEST("Unnerve doesn't prevent opposing Pokémon from using Natural Gift");
|