aboutsummaryrefslogtreecommitdiffstats
path: root/data/wild/maps/PowerPlant.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/PowerPlant.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/PowerPlant.asm')
-rwxr-xr-xdata/wild/maps/PowerPlant.asm37
1 files changed, 19 insertions, 18 deletions
diff --git a/data/wild/maps/PowerPlant.asm b/data/wild/maps/PowerPlant.asm
index 35eece95..f70dfbcb 100755
--- a/data/wild/maps/PowerPlant.asm
+++ b/data/wild/maps/PowerPlant.asm
@@ -1,19 +1,20 @@
PowerPlantMons:
- db $0A
- db 21,VOLTORB
- db 21,MAGNEMITE
- db 20,PIKACHU
- db 24,PIKACHU
- db 23,MAGNEMITE
- db 23,VOLTORB
- db 32,MAGNETON
- db 35,MAGNETON
- IF DEF(_RED)
- db 33,ELECTABUZZ
- db 36,ELECTABUZZ
- ENDC
- IF DEF(_BLUE)
- db 33,RAICHU
- db 36,RAICHU
- ENDC
- db $00
+ db 10 ; grass encounter rate
+ db 21, VOLTORB
+ db 21, MAGNEMITE
+ db 20, PIKACHU
+ db 24, PIKACHU
+ db 23, MAGNEMITE
+ db 23, VOLTORB
+ db 32, MAGNETON
+ db 35, MAGNETON
+IF DEF(_RED)
+ db 33, ELECTABUZZ
+ db 36, ELECTABUZZ
+ENDC
+IF DEF(_BLUE)
+ db 33, RAICHU
+ db 36, RAICHU
+ENDC
+
+ db 0 ; water encounter rate