aboutsummaryrefslogtreecommitdiffstats
path: root/data/wild/maps/Route12.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/Route12.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/Route12.asm')
-rwxr-xr-xdata/wild/maps/Route12.asm53
1 files changed, 27 insertions, 26 deletions
diff --git a/data/wild/maps/Route12.asm b/data/wild/maps/Route12.asm
index 45dfbc9d..acdfe6b6 100755
--- a/data/wild/maps/Route12.asm
+++ b/data/wild/maps/Route12.asm
@@ -1,27 +1,28 @@
Route12Mons:
- db $0F
- IF DEF(_RED)
- db 24,ODDISH
- db 25,PIDGEY
- db 23,PIDGEY
- db 24,VENONAT
- db 22,ODDISH
- db 26,VENONAT
- db 26,ODDISH
- db 27,PIDGEY
- db 28,GLOOM
- db 30,GLOOM
- ENDC
- IF DEF(_BLUE)
- db 24,BELLSPROUT
- db 25,PIDGEY
- db 23,PIDGEY
- db 24,VENONAT
- db 22,BELLSPROUT
- db 26,VENONAT
- db 26,BELLSPROUT
- db 27,PIDGEY
- db 28,WEEPINBELL
- db 30,WEEPINBELL
- ENDC
- db $00
+ db 15 ; grass encounter rate
+IF DEF(_RED)
+ db 24, ODDISH
+ db 25, PIDGEY
+ db 23, PIDGEY
+ db 24, VENONAT
+ db 22, ODDISH
+ db 26, VENONAT
+ db 26, ODDISH
+ db 27, PIDGEY
+ db 28, GLOOM
+ db 30, GLOOM
+ENDC
+IF DEF(_BLUE)
+ db 24, BELLSPROUT
+ db 25, PIDGEY
+ db 23, PIDGEY
+ db 24, VENONAT
+ db 22, BELLSPROUT
+ db 26, VENONAT
+ db 26, BELLSPROUT
+ db 27, PIDGEY
+ db 28, WEEPINBELL
+ db 30, WEEPINBELL
+ENDC
+
+ db 0 ; water encounter rate