7 lines
262 B
C
7 lines
262 B
C
|
#include "global.h"
|
||
|
#include "test/battle.h"
|
||
|
|
||
|
TO_DO_BATTLE_TEST("Sand Rush prevents damage from sandstorm");
|
||
|
TO_DO_BATTLE_TEST("Sand Rush doubles speed from sandstorm");
|
||
|
TO_DO_BATTLE_TEST("Sand Rush doesn't double speed if Cloud Nine/Air Lock is on the field");
|