aboutsummaryrefslogtreecommitdiffstats
path: root/data/wild/maps/PowerPlant.asm
diff options
context:
space:
mode:
Diffstat (limited to 'data/wild/maps/PowerPlant.asm')
-rwxr-xr-xdata/wild/maps/PowerPlant.asm19
1 files changed, 19 insertions, 0 deletions
diff --git a/data/wild/maps/PowerPlant.asm b/data/wild/maps/PowerPlant.asm
new file mode 100755
index 00000000..35eece95
--- /dev/null
+++ b/data/wild/maps/PowerPlant.asm
@@ -0,0 +1,19 @@
+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