diff options
author | Teit0 <48673269+Teit0@users.noreply.github.com> | 2019-06-25 16:22:05 +0200 |
---|---|---|
committer | Teit0 <48673269+Teit0@users.noreply.github.com> | 2019-06-25 16:22:05 +0200 |
commit | 17fdf94dc640be6a1928a050e27ded6db2f5273d (patch) | |
tree | b92ef1ee88ad3fbc6652b05cbd5e8bd9f27e0776 | |
parent | 8d94ca80807f212572f3c4cb85550bd680197dff (diff) |
Didn't actually have the proper diff code
-rw-r--r-- | Custom-order-for-the-Old-Pokédex-mode.md | 3 |
1 files changed, 2 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 4e803cb..a91059c 100644 --- a/Custom-order-for-the-Old-Pokédex-mode.md +++ b/Custom-order-for-the-Old-Pokédex-mode.md @@ -88,6 +88,7 @@ Edit [main.asm](../blob/master/main.asm): ```diff SECTION "bank10", ROMX +-INCLUDE "engine/pokedex/pokedex.asm" INCLUDE "data/moves/moves.asm" INCLUDE "engine/pokemon/evolve.asm" @@ -97,7 +98,7 @@ SECTION "bank11", ROMX INCLUDE "engine/events/fruit_trees.asm" INCLUDE "engine/battle/ai/move.asm" INCLUDE "engine/pokemon/mail.asm" -INCLUDE "engine/pokedex/pokedex.asm" ++INCLUDE "engine/pokedex/pokedex.asm" INCLUDE "engine/pokedex/pokedex_2.asm" ``` |