diff options
author | i0brendan0 <19826742+i0brendan0@users.noreply.github.com> | 2019-05-06 00:42:56 -0500 |
---|---|---|
committer | i0brendan0 <19826742+i0brendan0@users.noreply.github.com> | 2019-05-06 00:42:56 -0500 |
commit | 3df7f86351e849e1dc99e856fe192d41dd11e7b4 (patch) | |
tree | 11096bbe4d1614427edac4bc448346d55cae34a0 | |
parent | 043ca04f0c33c13831927f8eea21c92021e700bc (diff) |
Updated Custom order for the Old Pokédex mode (markdown)
-rw-r--r-- | Custom-order-for-the-Old-Pokédex-mode.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Custom-order-for-the-Old-Pokédex-mode.md b/Custom-order-for-the-Old-Pokédex-mode.md index c532ed0..c41a413 100644 --- a/Custom-order-for-the-Old-Pokédex-mode.md +++ b/Custom-order-for-the-Old-Pokédex-mode.md @@ -80,7 +80,7 @@ Edit [engine/pokedex/pokedex.asm](../blob/master/engine/pokedex/pokedex.asm): That's it! Now we have two Pokédex modes, Old and New, each with their own custom order that doesn't depend on the internal index order. -##3. Update the index numbers to reflect the Pokédex order +## 3. Update the index numbers to reflect the Pokédex order Now you have the old mode Pokédex showing a custom order. However, when you look at the Pokémon's index number both on the dex list, and in their actual dex entry, it still shows the old number. We're going to change that now. |