summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordannye <33dannye@gmail.com>2021-03-25 18:05:18 -0500
committerdannye <33dannye@gmail.com>2021-03-25 18:05:18 -0500
commit82edc61dda97a17f95b884c385544deae8506af5 (patch)
treeba8fd57dedd95a2f3c84a02e681b50ad78cdacf3
parenteb47bda8ee5c1f002236200df36012de9e243a97 (diff)
Fix Route20 wild mons tables
-rw-r--r--data/wild/maps/Route20.asm27
1 files changed, 14 insertions, 13 deletions
diff --git a/data/wild/maps/Route20.asm b/data/wild/maps/Route20.asm
index b955c330..b0f5b85a 100644
--- a/data/wild/maps/Route20.asm
+++ b/data/wild/maps/Route20.asm
@@ -1,15 +1,16 @@
Route20Mons:
- db $00
-
- db $05
- db 5,TENTACOOL
- db 10,TENTACOOL
- db 15,TENTACOOL
- db 5,TENTACOOL
- db 10,TENTACOOL
- db 15,TENTACOOL
- db 20,TENTACOOL
- db 30,TENTACOOL
- db 35,TENTACOOL
- db 40,TENTACOOL
+ def_grass_wildmons 0 ; encounter rate
+ end_grass_wildmons
+ def_water_wildmons 5 ; encounter rate
+ db 5, TENTACOOL
+ db 10, TENTACOOL
+ db 15, TENTACOOL
+ db 5, TENTACOOL
+ db 10, TENTACOOL
+ db 15, TENTACOOL
+ db 20, TENTACOOL
+ db 30, TENTACOOL
+ db 35, TENTACOOL
+ db 40, TENTACOOL
+ end_water_wildmons