summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Remove-Pokémon-sprite-animations.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/Remove-Pokémon-sprite-animations.md b/Remove-Pokémon-sprite-animations.md
index 553112d..d4bccd6 100644
--- a/Remove-Pokémon-sprite-animations.md
+++ b/Remove-Pokémon-sprite-animations.md
@@ -48,6 +48,7 @@ Then run these commands to delete files that might have been created by `make`:
```bash
rm -f gfx/pokemon/*/front.animated.2bpp
rm -f gfx/pokemon/*/front.animated.2bpp.lz
+rm -f gfx/pokemon/*/front.animated.tilemap
rm -f gfx/pokemon/*/bitmask.asm
rm -f gfx/pokemon/*/frames.asm
```