diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-06-30 17:44:54 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-06-30 17:44:54 -0400 |
commit | be34d867b445c1d27f3b63744f9447a965a71287 (patch) | |
tree | f9be695effc773e3e6c4eef969dbffe98f4123c3 | |
parent | 0007814bea5294bc521af1e33b82c97e268bf290 (diff) |
PR #534
-rw-r--r-- | Expand-tilesets-from-192-to-255-tiles.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Expand-tilesets-from-192-to-255-tiles.md b/Expand-tilesets-from-192-to-255-tiles.md index 422cf0d..74d93c9 100644 --- a/Expand-tilesets-from-192-to-255-tiles.md +++ b/Expand-tilesets-from-192-to-255-tiles.md @@ -554,8 +554,6 @@ Edit [engine/events/halloffame.asm](../blob/master/engine/events/halloffame.asm) ## 10. Correct other implicit assumptions about tiles -These changes were already made to pokecrystal by pull requests [#530](../pull/530) and [#534](../pull/534) as of June 25, 2018, so if your copy is newer than that you can skip this step. - Edit [engine/pokemon/correct_nick_errors.asm](../blob/master/engine/pokemon/correct_nick_errors.asm): ```diff @@ -574,6 +572,8 @@ Edit [engine/pokemon/correct_nick_errors.asm](../blob/master/engine/pokemon/corr db -1 ; end ``` +The next two changes were already made to pokecrystal by pull requests [#530](../pull/530) and [#534](../pull/534) as of June 30, 2018, so if your copy is newer than that you can skip the rest of this step. + Edit [engine/pokegear/pokegear.asm](../blob/master/engine/pokegear/pokegear.asm): ```diff |