mirror of
https://github.com/pret/pokefirered.git
synced 2026-05-27 10:43:05 -05:00
7 lines
271 B
C
7 lines
271 B
C
#include "global.h"
|
|
#include "test/battle.h"
|
|
|
|
TO_DO_BATTLE_TEST("Baddy Bad sets up Reflect, reducing physical damage");
|
|
TO_DO_BATTLE_TEST("Baddy Bad's Reflect lasts for 5 turns");
|
|
TO_DO_BATTLE_TEST("Baddy Bad can still damage the target when Reflect is already set up");
|