From 37194dd07c0e128aee543a5dee9a8e37bc5999c3 Mon Sep 17 00:00:00 2001 From: Skeli Date: Sat, 23 May 2020 21:10:08 +0300 Subject: [PATCH] Update README.md Change number of possible move tutors --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4018ee2..7a2b53a 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ A dynamic data insertion tool for expanding Pokemon data in FireRed. * Support for FRLG habitats. * Support for Pokemon sprite and icon insertion. * Support for cry insertion. -* Support for up to 128 TM/HM's and 64 Move Tutors +* 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.