diff options
author | mid-kid <esteve.varela@gmail.com> | 2019-04-09 10:44:26 +0200 |
---|---|---|
committer | mid-kid <esteve.varela@gmail.com> | 2019-04-09 10:44:26 +0200 |
commit | bfb2e6b3a0dcd802aff15c0804c5fae25684bcfa (patch) | |
tree | f182f523949d45bc78e3f3e178aae2da57d6f013 | |
parent | 53ca6e3f29641b4694b6211255f55f9c2dc62ff6 (diff) |
Updated Remove Pokémon sprite animations (markdown)
-rw-r--r-- | Remove-Pokémon-sprite-animations.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Remove-Pokémon-sprite-animations.md b/Remove-Pokémon-sprite-animations.md index 1077f4d..73cf55d 100644 --- a/Remove-Pokémon-sprite-animations.md +++ b/Remove-Pokémon-sprite-animations.md @@ -538,7 +538,7 @@ Another way is to crop the sprites *after* they've been converted from .png to . (If you're replacing the 251 Gen 2 Pokémon with your own set, then skip this step. And of course when you're drawing front sprites, just draw them as square still sprites, without any animated frames.) -Create **tools/trim_animation.sh**: +Create **tools/trim_animation.sh** (make sure to save it with [unix line endings](https://stackoverflow.com/a/8195860)): ```sh #!/bin/sh |