mirror of
https://github.com/bryanthaboi/gen1recomp.git
synced 2026-08-12 08:21:02 +02:00
14 lines
415 B
Markdown
14 lines
415 B
Markdown
# 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
|
|
```
|