mirror of
https://github.com/pret/pokefirered.git
synced 2026-05-27 18:53:13 -05:00
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");
|