8 lines
390 B
C
8 lines
390 B
C
|
#include "global.h"
|
||
|
#include "test/battle.h"
|
||
|
|
||
|
TO_DO_BATTLE_TEST("Echoed Voice's power is multiplied for every consecutive turn used, capped at 5");
|
||
|
TO_DO_BATTLE_TEST("Echoed Voice's power is reset when using a different move");
|
||
|
TO_DO_BATTLE_TEST("Echoed Voice's power is increased even if it misses");
|
||
|
TO_DO_BATTLE_TEST("Echoed Voice's power is increased even if it's blocked by Protect");
|