aboutsummaryrefslogtreecommitdiffstats
path: root/data/wildPokemon/mansion2.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/mansion2.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/mansion2.asm')
-rwxr-xr-xdata/wildPokemon/mansion2.asm56
1 files changed, 56 insertions, 0 deletions
diff --git a/data/wildPokemon/mansion2.asm b/data/wildPokemon/mansion2.asm
new file mode 100755
index 00000000..07ddc947
--- /dev/null
+++ b/data/wildPokemon/mansion2.asm
@@ -0,0 +1,56 @@
+MansionMons2:
+ db $0A
+ IF _RED
+ db 32,GROWLITHE
+ db 34,KOFFING
+ db 34,KOFFING
+ db 30,PONYTA
+ db 30,KOFFING
+ db 32,PONYTA
+ db 30,GRIMER
+ db 28,PONYTA
+ db 39,WEEZING
+ db 37,MUK
+ ENDC
+
+ IF _GREEN || !_JAPAN && _BLUE
+ db 32,VULPIX
+ db 34,GRIMER
+ db 34,GRIMER
+ db 30,PONYTA
+ db 30,GRIMER
+ db 32,PONYTA
+ db 30,KOFFING
+ db 28,PONYTA
+ db 39,MUK
+ db 37,WEEZING
+ ENDC
+
+ IF _JAPAN && _BLUE
+ db 32,GROWLITHE
+ db 34,GRIMER
+ db 34,GRIMER
+ db 30,PONYTA
+ db 30,GRIMER
+ db 32,PONYTA
+ db 30,KOFFING
+ db 28,PONYTA
+ db 39,MUK
+ db 37,WEEZING
+ ENDC
+
+ IF _YELLOW
+ db 37,RATTATA
+ db 37,RATICATE
+ db 26,GRIMER
+ db 29,GRIMER
+ db 40,RATTATA
+ db 40,RATICATE
+ db 32,GRIMER
+ db 35,GRIMER
+ db 35,MUK
+ db 38,MUK
+ ENDC
+
+ db $00
+