diff --git a/ChangeLog.md b/ChangeLog.md
index f32bb61..638af9a 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -40,8 +40,9 @@
- Updated ALL sprites from Gen 7 to Gen 8.
- Retrieved from [PokéSprite](http://msikma.github.io/pokesprite/).
+ -  **→**
- Edited using [DexTool-UltraTrim](https://github.com/PoshoDev/DexTool-UltraTrim).
-
+
- Automatic backups.
- Made every 5 minutes after the first change since the last backup.
- Made when the application is closed.
@@ -51,16 +52,16 @@
| Key | Action |
| :----------------------------------------------------------: | ------------------------------------------------------------ |
- | 
or Mouse
Wheel Up | Jump to previous box. |
- | 
or Mouse
Wheel Down | Jump to next box. |
- |  | Deselect Pokémon. |
- |  | Count up (for selected Pokémon). |
- |  | Count down (for selected Pokémon). |
- |  to  | Jump to box containing first Pokémon of a generation. |
- |  and  | Jump to last box. |
- |  | Switch between National and Galar dex. |
- |  | Export progress image.
Saved as *C:\Users\USER\AppData\Local\DexTool\dex.png* |
- |  | Switch between Shiny and Regular dex. |
+ | 
or Mouse
Wheel Up | Jump to previous box. |
+ | 
or Mouse
Wheel Down | Jump to next box. |
+ |  | Deselect Pokémon. |
+ |  | Count up (for selected Pokémon). |
+ |  | Count down (for selected Pokémon). |
+ |  to  | Jump to box containing first Pokémon of a generation. |
+ |  and  | Jump to last box. |
+ |  | Switch between National and Galar dex. |
+ |  | Export progress image.
Saved as *C:\Users\USER\AppData\Local\DexTool\dex.png* |
+ |  | Switch between Shiny and Regular dex. |
- Added log outputs in case of missing sprites.
@@ -68,7 +69,7 @@
- Labeling went back to just 3 colors (until I add labeling options).
- -   
+ -   
- *Hon hon.*
- **Minor Changes**
diff --git a/README.md b/README.md
index f4dedb2..9293da8 100644
--- a/README.md
+++ b/README.md
@@ -1,30 +1,52 @@
# DexTool
-DexTool is a Box-based management tool for mantaining and keeping track of a Pokémon Living Dex.
+DexTool is a Box-based management tool for maintaining and keeping track of a Pokémon Living Dex.
+
+
## Downloads
-- [Latest Release (v0.2.1-alpha)](https://github.com/PoshoDev/DexTool/releases/tag/v0.2.1-alpha)
+
+- #### [Download v0.3.0-alpha](https://github.com/PoshoDev/DexTool/releases/tag/v0.3.0-alpha)
+
- [All Releases](https://github.com/PoshoDev/DexTool/releases)
+- [Change Log](https://github.com/PoshoDev/DexTool/blob/master/ChangeLog.md)
-
+
+
+
It also lets you take screenshots of your current progress for you to flaunt at your mom!
-
+
+| Regular Export | Shiny Export |
+| :----------------------------------------------------------: | :----------------------------------------------------------: |
+|
|  |
+
### 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\USER\Pictures\dex.png_ |
-|
G | Toggle Galar Dex view. |
+
+| Key | Action |
+| :----------------------------------------------------------: | ------------------------------------------------------------ |
+| Right click on
**→** | Change Pokémon status. |
+| *Hold* right click on
**→** | Multi-select. |
+| Left click on
 | Select Pokémon, displaying Info, Area and Counting buttons. |
+| 
or Mouse
Wheel Up | Jump to previous box. |
+| 
or Mouse
Wheel Down | Jump to next box. |
+|  | Deselect Pokémon. |
+|  | Count up (for selected Pokémon). |
+|  | Count down (for selected Pokémon). |
+|  to  | Jump to box containing first Pokémon of a generation. |
+|  and  | Jump to last box. |
+|  | Switch between National and Galar dex. |
+|  | Export progress image.
Saved as *C:\Users\USER\AppData\Local\DexTool\dex.png* |
+|  | Switch between Shiny and Regular dex. |
+
+
@@ -36,11 +58,17 @@ It also lets you take screenshots of your current progress for you to flaunt at
|  | Not obtained. |
|  | Obtained and in HOME. |
|  | Obtained but not in HOME. |
-* 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_
+* Your **SAVE DATA** is stored as:
+ * _C:\Users\USER\AppData\Local\DexTool\save.ini_
+* Your **IMAGE EXPORTS** are stored as:
+ * _C:\Users\USER\AppData\Local\DexTool\dex.png_
+* The **OUTPUT FILES** (for streaming, etc.) for the currently selected Pokémon is stored at:
+ * _C:\Users\USER\AppData\Local\DexTool\Output_
+* Your **BACKUPS** are stored at:
+ * _C:\Users\USER\AppData\Local\DexTool\Backups_
+ * They are made every 5 minutes after the first change since the last backup and when the application is closed.
+* *"I downloaded the repo and compiled it, but it doesn't work. What gives?"*
+ * Because a few functions are from third-party developers, I excluded *their* code from *my* project. So if you ever want to compile this poop of a project, then it's your responsibility to get their extensions/functions from themselves. Please understand!