aboutsummaryrefslogtreecommitdiffstats
path: root/data/mapWilds/PowerPlant.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-07-03 15:57:35 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2020-07-03 15:57:35 -0400
commitccb01731fe8cd44ae4c8840ee8ddc02e6bdea97e (patch)
treef74ebc68abb065e651af6c2ecbd701a1a9e25b02 /data/mapWilds/PowerPlant.asm
parentSimplify map connections (diff)
downloadpokeyellow-ccb01731fe8cd44ae4c8840ee8ddc02e6bdea97e.tar.gz
pokeyellow-ccb01731fe8cd44ae4c8840ee8ddc02e6bdea97e.tar.xz
pokeyellow-ccb01731fe8cd44ae4c8840ee8ddc02e6bdea97e.zip
Make suggested edits:
- data/mapWilds -> data/wild/maps - diglett_sculpture.asm -> book_or_sculpture.asm - relocate some audio/music constants
Diffstat (limited to 'data/mapWilds/PowerPlant.asm')
-rwxr-xr-xdata/mapWilds/PowerPlant.asm19
1 files changed, 0 insertions, 19 deletions
diff --git a/data/mapWilds/PowerPlant.asm b/data/mapWilds/PowerPlant.asm
deleted file mode 100755
index 35eece95..00000000
--- a/data/mapWilds/PowerPlant.asm
+++ /dev/null
@@ -1,19 +0,0 @@
-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