aboutsummaryrefslogtreecommitdiffstats
path: root/data/wildPokemon/route3.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/route3.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/route3.asm')
-rwxr-xr-xdata/wildPokemon/route3.asm28
1 files changed, 28 insertions, 0 deletions
diff --git a/data/wildPokemon/route3.asm b/data/wildPokemon/route3.asm
new file mode 100755
index 00000000..1b555138
--- /dev/null
+++ b/data/wildPokemon/route3.asm
@@ -0,0 +1,28 @@
+Route3Mons:
+ db $14
+ IF !_YELLOW
+ db 6,PIDGEY
+ db 5,SPEAROW
+ db 7,PIDGEY
+ db 6,SPEAROW
+ db 7,SPEAROW
+ db 8,PIDGEY
+ db 8,SPEAROW
+ db 3,JIGGLYPUFF
+ db 5,JIGGLYPUFF
+ db 7,JIGGLYPUFF
+ ENDC
+ IF _YELLOW
+ db 8,SPEAROW
+ db 9,SPEAROW
+ db 9,MANKEY
+ db 10,SPEAROW
+ db 8,SANDSHREW
+ db 10,RATTATA
+ db 10,SANDSHREW
+ db 12,RATTATA
+ db 11,SPEAROW
+ db 12,SPEAROW
+ ENDC
+ db $00
+