diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-06-30 18:36:49 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-06-30 18:36:49 -0400 |
commit | ca4ffafb2310cbd08cdcfdabc8a1dfcfd1382cde (patch) | |
tree | e865b6075e1518599ec407e4ee4f995b6f57cec0 | |
parent | f1fbffc8d6d5c84904112f290c17d2cc9dedeb74 (diff) |
as of → before
-rw-r--r-- | Expand-tilesets-from-192-to-255-tiles.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Expand-tilesets-from-192-to-255-tiles.md b/Expand-tilesets-from-192-to-255-tiles.md index 783e5c9..0293d3c 100644 --- a/Expand-tilesets-from-192-to-255-tiles.md +++ b/Expand-tilesets-from-192-to-255-tiles.md @@ -572,7 +572,7 @@ 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 July 2018, so if your copy is newer than that you can skip the rest of this step. +The next two changes were already made to pokecrystal by pull requests [#530](../pull/530) and [#534](../pull/534) before July 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): |