11 lines
535 B
C
11 lines
535 B
C
|
#include "global.h"
|
||
|
#include "test/battle.h"
|
||
|
|
||
|
TO_DO_BATTLE_TEST("Bestow transfers its held item to the target");
|
||
|
TO_DO_BATTLE_TEST("Bestow fails if the user has no held item");
|
||
|
TO_DO_BATTLE_TEST("Bestow fails if the target already has a held item");
|
||
|
TO_DO_BATTLE_TEST("Bestow fails if the target is behind a Substitute");
|
||
|
TO_DO_BATTLE_TEST("Bestow fails if the user is holding Mail");
|
||
|
TO_DO_BATTLE_TEST("Bestow fails if the user's held item changes its form");
|
||
|
TO_DO_BATTLE_TEST("Bestow fails if the user's held item is a Z-Crystal");
|