sovereignx/test/battle/ability/costar.c
2024-05-06 19:59:37 +02:00

8 lines
348 B
C

#include "global.h"
#include "test/battle.h"
TO_DO_BATTLE_TEST("Costar copies an ally's stat stages upon entering battle");
// Copy from Ruin ability tests
TO_DO_BATTLE_TEST("Costar's message displays correctly after all battlers fainted - Player");
TO_DO_BATTLE_TEST("Costar's message displays correctly after all battlers fainted - Opponent");