aboutsummaryrefslogtreecommitdiffstats
path: root/data/wildPokemon/route23.asm
diff options
context:
space:
mode:
authorU-Fish-PC\Daniel <corrnondacqb@yahoo.com>2014-05-16 22:26:26 -0400
committerU-Fish-PC\Daniel <corrnondacqb@yahoo.com>2014-05-16 22:32:35 -0400
commitb438d0c1d7157849e89423a9d6655ae36cad40b7 (patch)
tree9bff469a6a9bcd32dab207091ffcbe8e16bd49b5 /data/wildPokemon/route23.asm
parentPull most data out of main.asm (diff)
downloadpokeyellow-b438d0c1d7157849e89423a9d6655ae36cad40b7.tar.gz
pokeyellow-b438d0c1d7157849e89423a9d6655ae36cad40b7.tar.xz
pokeyellow-b438d0c1d7157849e89423a9d6655ae36cad40b7.zip
Organize base stats and wild mon data (Koolboyman)
Diffstat (limited to 'data/wildPokemon/route23.asm')
-rwxr-xr-xdata/wildPokemon/route23.asm40
1 files changed, 40 insertions, 0 deletions
diff --git a/data/wildPokemon/route23.asm b/data/wildPokemon/route23.asm
new file mode 100755
index 00000000..3cd2ca9d
--- /dev/null
+++ b/data/wildPokemon/route23.asm
@@ -0,0 +1,40 @@
+Route23Mons:
+ db $0A
+ IF !_YELLOW
+ IF _RED
+ db 26,EKANS
+ ENDC
+ IF !_RED
+ db 26,SANDSHREW
+ ENDC
+ db 33,DITTO
+ db 26,SPEAROW
+ db 38,FEAROW
+ db 38,DITTO
+ db 38,FEAROW
+ IF _RED
+ db 41,ARBOK
+ ENDC
+ IF !_RED
+ db 41,SANDSLASH
+ ENDC
+ db 43,DITTO
+ db 41,FEAROW
+ db 43,FEAROW
+ ENDC
+
+ IF _YELLOW
+ db 41,NIDORINO
+ db 41,NIDORINA
+ db 36,MANKEY
+ db 44,NIDORINO
+ db 44,NIDORINA
+ db 40,FEAROW
+ db 41,MANKEY
+ db 45,FEAROW
+ db 41,PRIMEAPE
+ db 46,PRIMEAPE
+ ENDC
+
+ db $00
+