diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-06-24 22:53:28 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-06-24 22:53:28 -0400 |
commit | f39bc88e2409ed66127e0cbe52eb6a90194d66df (patch) | |
tree | d5e83435e9c8116c11ad9a6cf423d05abf7c4628 | |
parent | cd7e915b044213918291bc9d26ce6f6682405737 (diff) |
June 24
-rw-r--r-- | Add-a-new-wild-Pokémon-slot.md | 2 | ||||
-rw-r--r-- | Expand-tilesets-from-192-to-255-tiles.md | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/Add-a-new-wild-Pokémon-slot.md b/Add-a-new-wild-Pokémon-slot.md index 47c4217..02d6663 100644 --- a/Add-a-new-wild-Pokémon-slot.md +++ b/Add-a-new-wild-Pokémon-slot.md @@ -107,4 +107,6 @@ Anyway, that's it! As long as `NUM_GRASSMON` and `NUM_WATERMON` match the length  +(If your copy of pokecrystal is from before June 24, 2018, you'll also need to make [these changes](https://github.com/pret/pokecrystal/pull/530/files#diff-d62d77ad5b721f6248886dfbdd5174aa) to [engine/overworld/wildmons.asm](../blob/master/engine/overworld/wildmons.asm), replacing some hard-coded numbers with constant expressions.) + If you want to make more specific changes to the logic of how wild Pokémon are encountered, then study the code in [engine/overworld/wildmons.asm](../blob/master/engine/overworld/wildmons.asm) and look for where its algorithms would neeed editing. diff --git a/Expand-tilesets-from-192-to-255-tiles.md b/Expand-tilesets-from-192-to-255-tiles.md index 4102e69..7602323 100644 --- a/Expand-tilesets-from-192-to-255-tiles.md +++ b/Expand-tilesets-from-192-to-255-tiles.md @@ -556,7 +556,7 @@ Edit [engine/pokemon/correct_nick_errors.asm](../blob/master/engine/pokemon/corr db -1 ; end ``` -And edit [engine/link/link_2.asm](../blob/master/engine/link/link_2.asm) (this was already done for pokecrystal as of July 2018): +And edit [engine/link/link_2.asm](../blob/master/engine/link/link_2.asm) (this was already done for pokecrystal as of June 24, 2018): ```diff LinkTextbox2: |