From 3c3142172b0f7c322f6d64d9b384df0adeb1b056 Mon Sep 17 00:00:00 2001 From: Pawkkie <61265402+Pawkkie@users.noreply.github.com> Date: Wed, 19 Jun 2024 18:38:56 -0400 Subject: [PATCH] Tests point to clear_body.c (#4837) --- test/battle/ability/full_metal_body.c | 4 ++++ test/battle/ability/white_smoke.c | 4 ++++ 2 files changed, 8 insertions(+) create mode 100644 test/battle/ability/full_metal_body.c create mode 100644 test/battle/ability/white_smoke.c 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