PokeAtlas is a python application designed to decompile the main.atlas and main.png sprite sheet used in PokeMMO themes into separate sprites, making it easy to replace them.
Once edited, the tool recompiles the main.png image (where all the sprites are) using the updated sprites.
PokeAtlas was created to save time updating the atlas file after each game update.
Clone the source code with git
or download it as a .zip file.
git clone https://github.com/Seth-Revz/PokeAtlas.git
cd PokeAtlas
pip install -r requirements.txt --ignore-requires-python
python pokeatlas.py
Or download the latest release (Windows Only)