diff --git a/test/battle/ability/full_metal_body.c b/test/battle/ability/full_metal_body.c new file mode 100644 index 0000000000..3b36f2d1f2 --- /dev/null +++ b/test/battle/ability/full_metal_body.c @@ -0,0 +1,4 @@ +#include "global.h" +#include "test/battle.h" + +// Tests for Full Metal Body are handled in test/battle/ability/clear_body.c diff --git a/test/battle/ability/white_smoke.c b/test/battle/ability/white_smoke.c new file mode 100644 index 0000000000..4cb1687141 --- /dev/null +++ b/test/battle/ability/white_smoke.c @@ -0,0 +1,4 @@ +#include "global.h" +#include "test/battle.h" + +// Tests for White Smoke are handled in test/battle/ability/clear_body.c