From e7c5a24640ed0ae71ef59712eb3903cc70d19d1e Mon Sep 17 00:00:00 2001 From: etienerodri Date: Wed, 18 Mar 2026 10:55:19 -0700 Subject: [PATCH] Initial commit --- README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..e6bc118 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# PRSA-Player-Palette-Editor +PRSA Player Sprite Editor A simple tool made to help you change the colors of your character in Pokémon Ranger: Shadows of Almia. Building --- pip install PyQt6 Usage --- To start the editor: python main.py The app will open automatically, allowing you to load your game and start editing right away.