10 lines
419 B
C
10 lines
419 B
C
#include "global.h"
|
|
#include "test/battle.h"
|
|
|
|
TO_DO_BATTLE_TEST("Super Fang does 50% damage to the target's current HP")
|
|
TO_DO_BATTLE_TEST("Super Fang always deals at least 1 HP of damage")
|
|
TO_DO_BATTLE_TEST("Super Fang is unaffected by type immunities (Gen 1)")
|
|
TO_DO_BATTLE_TEST("Super Fang doesn't hit Ghost-type Pokémon (Gen 2+)")
|
|
|
|
TO_DO_BATTLE_TEST("Guardian of Alola does 75% damage to the target's current HP")
|