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>
6 lines
259 B
C
6 lines
259 B
C
#include "global.h"
|
|
#include "test/battle.h"
|
|
|
|
TO_DO_BATTLE_TEST("Aqua Ring recovers 1/16th HP at end of turn");
|
|
TO_DO_BATTLE_TEST("Aqua Ring can be used under Heal Block but will not heal the user");
|
|
TO_DO_BATTLE_TEST("Baton Pass passes Aqua Ring's effect");
|