aboutsummaryrefslogtreecommitdiffstats
path: root/data/wild/maps/Route13.asm
diff options
context:
space:
mode:
authorRangi <35663410+Rangi42@users.noreply.github.com>2020-07-15 12:26:16 -0400
committerGitHub <noreply@github.com>2020-07-15 12:26:16 -0400
commite18e5d50b5e154c1a7c94a2a1f39a3a99daa689a (patch)
treed8a157ae5aa323a00873efe79eb4693327b8bb70 /data/wild/maps/Route13.asm
parentMerge pull request #269 from Rangi42/master (diff)
parentDon't compare strings with ==; use STRCMP (diff)
downloadpokeyellow-e18e5d50b5e154c1a7c94a2a1f39a3a99daa689a.tar.gz
pokeyellow-e18e5d50b5e154c1a7c94a2a1f39a3a99daa689a.tar.xz
pokeyellow-e18e5d50b5e154c1a7c94a2a1f39a3a99daa689a.zip
Merge pull request #273 from Rangi42/master
Clean up some data, using macros for multiline list entries
Diffstat (limited to 'data/wild/maps/Route13.asm')
-rwxr-xr-xdata/wild/maps/Route13.asm54
1 files changed, 27 insertions, 27 deletions
diff --git a/data/wild/maps/Route13.asm b/data/wild/maps/Route13.asm
index 2a1a6cb5..4d0c0a46 100755
--- a/data/wild/maps/Route13.asm
+++ b/data/wild/maps/Route13.asm
@@ -1,28 +1,28 @@
Route13Mons:
- IF DEF(_RED)
- db $14
- db 24,ODDISH
- db 25,PIDGEY
- db 27,PIDGEY
- db 24,VENONAT
- db 22,ODDISH
- db 26,VENONAT
- db 26,ODDISH
- db 25,DITTO
- db 28,GLOOM
- db 30,GLOOM
- ENDC
- IF DEF(_BLUE)
- db $14
- db 24,BELLSPROUT
- db 25,PIDGEY
- db 27,PIDGEY
- db 24,VENONAT
- db 22,BELLSPROUT
- db 26,VENONAT
- db 26,BELLSPROUT
- db 25,DITTO
- db 28,WEEPINBELL
- db 30,WEEPINBELL
- ENDC
- db $00
+ db 20 ; grass encounter rate
+IF DEF(_RED)
+ db 24, ODDISH
+ db 25, PIDGEY
+ db 27, PIDGEY
+ db 24, VENONAT
+ db 22, ODDISH
+ db 26, VENONAT
+ db 26, ODDISH
+ db 25, DITTO
+ db 28, GLOOM
+ db 30, GLOOM
+ENDC
+IF DEF(_BLUE)
+ db 24, BELLSPROUT
+ db 25, PIDGEY
+ db 27, PIDGEY
+ db 24, VENONAT
+ db 22, BELLSPROUT
+ db 26, VENONAT
+ db 26, BELLSPROUT
+ db 25, DITTO
+ db 28, WEEPINBELL
+ db 30, WEEPINBELL
+ENDC
+
+ db 0 ; water encounter rate