6 lines
260 B
C
6 lines
260 B
C
|
#include "global.h"
|
||
|
#include "test/battle.h"
|
||
|
|
||
|
TO_DO_BATTLE_TEST("Electro Ball inflicts more damage the faster the user is compared to the target");
|
||
|
TO_DO_BATTLE_TEST("Electro Ball considers speed modifiers"); // Stat modifiers, paralysis, Iron Ball, Abilities
|