Tests point to clear_body.c (#4837)
This commit is contained in:
parent
c3b1701c16
commit
3c3142172b
2 changed files with 8 additions and 0 deletions
4
test/battle/ability/full_metal_body.c
Normal file
4
test/battle/ability/full_metal_body.c
Normal file
|
@ -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
|
4
test/battle/ability/white_smoke.c
Normal file
4
test/battle/ability/white_smoke.c
Normal file
|
@ -0,0 +1,4 @@
|
|||
#include "global.h"
|
||||
#include "test/battle.h"
|
||||
|
||||
// Tests for White Smoke are handled in test/battle/ability/clear_body.c
|
Loading…
Reference in a new issue