aboutsummaryrefslogtreecommitdiffstats
path: root/data/wild/maps/MtMoonB2F.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/MtMoonB2F.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/MtMoonB2F.asm')
-rwxr-xr-xdata/wild/maps/MtMoonB2F.asm25
1 files changed, 13 insertions, 12 deletions
diff --git a/data/wild/maps/MtMoonB2F.asm b/data/wild/maps/MtMoonB2F.asm
index cbf97e7e..ae90ed1e 100755
--- a/data/wild/maps/MtMoonB2F.asm
+++ b/data/wild/maps/MtMoonB2F.asm
@@ -1,13 +1,14 @@
MoonMonsB2:
- db $0A
- db 9,ZUBAT
- db 9,GEODUDE
- db 10,ZUBAT
- db 10,GEODUDE
- db 11,ZUBAT
- db 10,PARAS
- db 12,PARAS
- db 10,CLEFAIRY
- db 12,ZUBAT
- db 12,CLEFAIRY
- db $00
+ db 10 ; grass encounter rate
+ db 9, ZUBAT
+ db 9, GEODUDE
+ db 10, ZUBAT
+ db 10, GEODUDE
+ db 11, ZUBAT
+ db 10, PARAS
+ db 12, PARAS
+ db 10, CLEFAIRY
+ db 12, ZUBAT
+ db 12, CLEFAIRY
+
+ db 0 ; water encounter rate