diff options
author | FlamingZelda <74689979+FlamingZelda@users.noreply.github.com> | 2021-04-29 08:34:45 -0400 |
---|---|---|
committer | FlamingZelda <74689979+FlamingZelda@users.noreply.github.com> | 2021-04-29 08:34:45 -0400 |
commit | bbf54a03480bd1da1f56064b15892d8cad2825a2 (patch) | |
tree | 403b3011cedf3ec71f507c08f0462d0e5245cb56 | |
parent | 74c6ca3a2cd0b7d176dce7fd3817512e6ccdf701 (diff) |
MaxLevelGrass must be defined AFTER assert_table_length
-rw-r--r-- | Make-wild-Pokémon-encounter-levels-vary.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Make-wild-Pokémon-encounter-levels-vary.md b/Make-wild-Pokémon-encounter-levels-vary.md index 176f63b..e7b5f4a 100644 --- a/Make-wild-Pokémon-encounter-levels-vary.md +++ b/Make-wild-Pokémon-encounter-levels-vary.md @@ -117,6 +117,7 @@ Edit [data/wild/probabilities.asm](https://github.com/pret/pokecrystal/blob/mast ```diff mon_prob 100, 2 ; 10% chance + assert_table_length NUM_WATERMON +MaxLevelGrass: + db 2 |