From 20ecc601e3aeae066ca416abac79e8a9b560b366 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodrigo=20G=C3=B3mez=20Maitret?= <32964490+PoshoDev@users.noreply.github.com> Date: Sun, 23 Feb 2020 16:55:15 -0600 Subject: [PATCH] Update README.md --- README.md | 44 ++++++++++++++++++++++++++++++++++++++------ 1 file changed, 38 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 9d76dbf..25eb1cc 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,44 @@ -# DexTool -Management tools for a Pokémon Living Dex. + +# DexTool +DexTool is a Box-based management tool for mantaining and keeping track of a Pokémon Living Dex. + +![Ooh!](https://i.imgur.com/xn3k4Fy.gif) + +It also lets you take screenshots of your current progress for you to flaunt at your mom! + +

+ + + +### How to Use: +| Key | Action | +|----------------------- |-------------------------------------------------------------------- | +|

Scroll
up/down | Change Box. | +|

Right click
(on slot) | Change Pokémon status. | +|

Hold right
click (on slot) | Multi-select. | +|

S | Take a screenshot. Saved at:
_C:\Users\\Pictures\dex.png_ | +|

G | Toggle Galar Dex view. | + +

+### Tips & Additional Info: +- When you right click a Pokémon slot it will change its color. You can decide the meaning of each color, but I _(thy tool creator)_ use them as follows: + | Color | Meaning | + |------------ |---------------------------- | + | White | Not Obtained | + | Red | In HOME | + | Blue | In HOME, but not organized | + | Yellow | In Let's Go Pikachu/Eevee | + | Light Blue | In Sword/Shield | +* This program is very barebones so expect things to go south at some point, so try to make **BACKUPS** whenever you can. +* Your **SAVE DATA** is stored at: + * _C:\Users\USER\AppData\Local\LivingDexSS\save.ini_ +* Your **IMAGE EXPORTS** are stored at: + * _C:\Users\USER\Pictures\dex.png_ + +

### Credits: - Code by [Posho](https://github.com/PoshoDev). - Ripped sprites by [msikma](https://github.com/msikma) from [PokéSprite](http://msikma.github.io/pokesprite/). - [Non-sandboxed Filesystem](https://yellowafterlife.itch.io/gamemaker-nsfs) by [YAL](https://github.com/YellowAfterlife). -<<<<<<< HEAD - [CSV Manager](https://marketplace.yoyogames.com/assets/522/csv-manager) by [derme](https://github.com/derme302). -======= - - [CSV Manager](https://marketplace.yoyogames.com/assets/522/csv-manager) by [derme](https://github.com/derme302). ->>>>>>> e8314b37d8fc404a882b7e392838aad2398387d5