7 lines
252 B
C
7 lines
252 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("Aqua Ring can be Baton Passed");
|