Merge pull request #15 from intrigus/patch-1

Fix broken link by removing an unnecessary space
This commit is contained in:
Skeli 2020-05-28 11:02:27 +03:00 committed by GitHub
commit 7c13385003
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ A dynamic data insertion tool for expanding Pokemon data in FireRed.
* Support for cry insertion.
* Support for up to 128 TM/HM's and 128 Move Tutors
**NOTE** It is highly recommended to apply the [Complete Fire Red Upgrade](https://github.com/Skeli789/Complete-Fire-Red-Upgrade) following the insertion of this hack. Otherwise, make sure to comment out the line ``#define EXPAND_LEARNSETS`` in the defines file or your game will crash (unless you have expanded movesets manually). Additionally, if you're **not** using the Complete Fire Red Upgrade, in [bytereplacement] (https://github.com/Skeli789/Dynamic-Pokemon-Expansion/blob/master/bytereplacement), find the changes for the seen and caught flag ram, and change it to some free save space. Make sure to apply a saveblock hack first and a TM/Tutor expansion first, though.
**NOTE** It is highly recommended to apply the [Complete Fire Red Upgrade](https://github.com/Skeli789/Complete-Fire-Red-Upgrade) following the insertion of this hack. Otherwise, make sure to comment out the line ``#define EXPAND_LEARNSETS`` in the defines file or your game will crash (unless you have expanded movesets manually). Additionally, if you're **not** using the Complete Fire Red Upgrade, in [bytereplacement](https://github.com/Skeli789/Dynamic-Pokemon-Expansion/blob/master/bytereplacement), find the changes for the seen and caught flag ram, and change it to some free save space. Make sure to apply a saveblock hack first and a TM/Tutor expansion first, though.
## Installation Instructions:
```