0a8284ce9f
* Added missing Move Effect TODO tests - Volume B * Apply suggestions from code review Co-authored-by: Alex <93446519+AlexOn1ine@users.noreply.github.com> * Removed unused bulldoze effect file * Removed individual tests for Baton Pass + Status1 in favor of the existing single test --------- Co-authored-by: Alex <93446519+AlexOn1ine@users.noreply.github.com>
10 lines
535 B
C
10 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");
|