CLOSES #998, CLOSES #1472, CLOSES #1526, CLOSES #1529, CLOSES #1530, CLOSES #1532, CLOSES #1534, CLOSES #1547, CLOSES #1549, CLOSES #1550, CLOSES #1551

This commit is contained in:
bryanthaboi
2026-08-19 11:19:54 -04:00
parent 9713977755
commit 4c8c1cf36b
46 changed files with 1650 additions and 194 deletions
+13
View File
@@ -0,0 +1,13 @@
# Mew Starter Example
This example changes only the Oak's Lab Charmander gift into a level 20 Mew
nicknamed `HOGHEAD`. It also replaces Mew's front and back battle sprites with
inverted copies.
Generate the bundled images from an imported cache with:
```sh
python3 tools/generate_example_mod_sprite.py \
"$HOME/Library/Application Support/LOVE/pokemon-love2d/assets/generated" \
mods/example_mew_starter
```