summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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