mirror of
https://github.com/pret/pokeemerald.git
synced 2026-05-25 23:54:16 -05:00
7 lines
315 B
C
7 lines
315 B
C
#include "global.h"
|
|
#include "test/battle.h"
|
|
|
|
TO_DO_BATTLE_TEST("Sand Force prevents damage from sandstorm");
|
|
TO_DO_BATTLE_TEST("Sand Force increases the power of Rock-, Ground- and Steel-type moves by 30% in sandstorm");
|
|
TO_DO_BATTLE_TEST("Sand Force increases move power if Cloud Nine/Air Lock is on the field");
|