7 lines
318 B
C
7 lines
318 B
C
#include "global.h"
|
|
#include "test/battle.h"
|
|
|
|
TO_DO_BATTLE_TEST("False Swipe always leaves the target with at least 1 HP")
|
|
TO_DO_BATTLE_TEST("False Swipe still hits the target if it has 1 HP") // Test with Rocky Helmet or something
|
|
TO_DO_BATTLE_TEST("False Swipe does not reduce its damage when hitting a substitute")
|