aboutsummaryrefslogtreecommitdiffstats
path: root/data/wild/maps/SeafoamIslands1F.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-07-14 10:21:18 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2020-07-14 13:32:09 -0400
commitf37cf959c930ae9595f9f71ce0d9b17dcf5421d0 (patch)
tree33cc0d34fec73e972f4fb040b8b31f59b7e69805 /data/wild/maps/SeafoamIslands1F.asm
parentMerge pull request #269 from Rangi42/master (diff)
downloadpokeyellow-f37cf959c930ae9595f9f71ce0d9b17dcf5421d0.tar.gz
pokeyellow-f37cf959c930ae9595f9f71ce0d9b17dcf5421d0.tar.xz
pokeyellow-f37cf959c930ae9595f9f71ce0d9b17dcf5421d0.zip
Clean up some data, using macros for multiline list entries
Diffstat (limited to 'data/wild/maps/SeafoamIslands1F.asm')
-rwxr-xr-xdata/wild/maps/SeafoamIslands1F.asm52
1 files changed, 26 insertions, 26 deletions
diff --git a/data/wild/maps/SeafoamIslands1F.asm b/data/wild/maps/SeafoamIslands1F.asm
index 3c431f9a..b191de13 100755
--- a/data/wild/maps/SeafoamIslands1F.asm
+++ b/data/wild/maps/SeafoamIslands1F.asm
@@ -1,27 +1,27 @@
IslandMons1:
- db $0F
- IF DEF(_RED)
- db 30,SEEL
- db 30,SLOWPOKE
- db 30,SHELLDER
- db 30,HORSEA
- db 28,HORSEA
- db 21,ZUBAT
- db 29,GOLBAT
- db 28,PSYDUCK
- db 28,SHELLDER
- db 38,GOLDUCK
- ENDC
- IF DEF(_BLUE)
- db 30,SEEL
- db 30,PSYDUCK
- db 30,STARYU
- db 30,KRABBY
- db 28,KRABBY
- db 21,ZUBAT
- db 29,GOLBAT
- db 28,SLOWPOKE
- db 28,STARYU
- db 38,SLOWBRO
- ENDC
- db $00
+ db 15 ; grass encounter rate
+ db 30, SEEL
+IF DEF(_RED)
+ db 30, SLOWPOKE
+ db 30, SHELLDER
+ db 30, HORSEA
+ db 28, HORSEA
+ db 21, ZUBAT
+ db 29, GOLBAT
+ db 28, PSYDUCK
+ db 28, SHELLDER
+ db 38, GOLDUCK
+ENDC
+IF DEF(_BLUE)
+ db 30, PSYDUCK
+ db 30, STARYU
+ db 30, KRABBY
+ db 28, KRABBY
+ db 21, ZUBAT
+ db 29, GOLBAT
+ db 28, SLOWPOKE
+ db 28, STARYU
+ db 38, SLOWBRO
+ENDC
+
+ db 0 ; water encounter rate