13 lines
731 B
C
13 lines
731 B
C
|
#include "global.h"
|
||
|
#include "test/battle.h"
|
||
|
|
||
|
TO_DO_BATTLE_TEST("Autotomize increases Speed by 2 stages");
|
||
|
TO_DO_BATTLE_TEST("Autotomize decreases weight by 100kg (220 lbs.)");
|
||
|
TO_DO_BATTLE_TEST("Autotomize can be used multiple times to decrease weight each time");
|
||
|
TO_DO_BATTLE_TEST("Autotomize cannot decrease weight below 0.1kg (0.2 lbs)");
|
||
|
TO_DO_BATTLE_TEST("Autotomize's weight reduction cannot be Baton Passed");
|
||
|
TO_DO_BATTLE_TEST("Autotomize's weight reduction cannot be removed by Haze");
|
||
|
TO_DO_BATTLE_TEST("Autotomize's weight reduction is reset upon form change (Gen6+)");
|
||
|
TO_DO_BATTLE_TEST("Autotomize's weight reduction is reset upon switch");
|
||
|
TO_DO_BATTLE_TEST("Autotomize's weight reduction is reset upon fainting");
|