mirror of
https://github.com/pret/pokeemerald.git
synced 2026-05-31 21:02:57 -05:00
7 lines
289 B
C
7 lines
289 B
C
#include "global.h"
|
|
#include "test/battle.h"
|
|
|
|
TO_DO_BATTLE_TEST("Swift Swim doubles speed if it's raining");
|
|
TO_DO_BATTLE_TEST("Swift Swim doesn't double speed if Cloud Nine/Air Lock is on the field");
|
|
TO_DO_BATTLE_TEST("Swift Swim doesn't double speed if they have an Utility Umbrella");
|