10 lines
567 B
C
10 lines
567 B
C
#include "global.h"
|
|
#include "test/battle.h"
|
|
|
|
TO_DO_BATTLE_TEST("Flatter raises the target's Sp. Atk and confuses them")
|
|
TO_DO_BATTLE_TEST("Flatter raises the target's Sp. Atk even if they're already confused")
|
|
TO_DO_BATTLE_TEST("Flatter raises the target's Sp. Atk even when protected by Safeguard")
|
|
TO_DO_BATTLE_TEST("Flatter raises the target's Sp. Atk even when protected Own Tempo")
|
|
TO_DO_BATTLE_TEST("Flatter confuses the target even when they have their Sp. Atk maxed")
|
|
TO_DO_BATTLE_TEST("Flatter confuses the target even when at -6 Sp. Atk and has Contrary")
|