9 lines
573 B
C
9 lines
573 B
C
#include "global.h"
|
|
#include "test/battle.h"
|
|
|
|
TO_DO_BATTLE_TEST("Charge doubles the damage of the next Electric move of the user");
|
|
TO_DO_BATTLE_TEST("Charge's effect is removed regardless if the next move is Electric or not (Gen 3-8)");
|
|
TO_DO_BATTLE_TEST("Charge's effect is kept until the user uses an Electric move (Gen 9+)");
|
|
TO_DO_BATTLE_TEST("Charge's effect is removed if the user fails using an Electric move (Gen 9+)");
|
|
TO_DO_BATTLE_TEST("Charge's effect does not stack with Electromorphosis");
|
|
TO_DO_BATTLE_TEST("Charge's effect does not stack with Wind Power");
|