diff options
| author | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-05-16 22:26:26 -0400 |
|---|---|---|
| committer | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-05-16 22:32:35 -0400 |
| commit | b438d0c1d7157849e89423a9d6655ae36cad40b7 (patch) | |
| tree | 9bff469a6a9bcd32dab207091ffcbe8e16bd49b5 /data/wildPokemon/route14.asm | |
| parent | Pull most data out of main.asm (diff) | |
| download | pokeyellow-b438d0c1d7157849e89423a9d6655ae36cad40b7.tar.gz pokeyellow-b438d0c1d7157849e89423a9d6655ae36cad40b7.tar.xz pokeyellow-b438d0c1d7157849e89423a9d6655ae36cad40b7.zip | |
Organize base stats and wild mon data (Koolboyman)
Diffstat (limited to 'data/wildPokemon/route14.asm')
| -rwxr-xr-x | data/wildPokemon/route14.asm | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/data/wildPokemon/route14.asm b/data/wildPokemon/route14.asm new file mode 100755 index 00000000..c3e0743b --- /dev/null +++ b/data/wildPokemon/route14.asm @@ -0,0 +1,43 @@ +Route14Mons: + db $0F + IF _RED || (_JAPAN && _BLUE) + db 24,ODDISH + db 26,PIDGEY + db 23,DITTO + db 24,VENONAT + db 22,ODDISH + db 26,VENONAT + db 26,ODDISH + db 30,GLOOM + db 28,PIDGEOTTO + db 30,PIDGEOTTO + ENDC + + IF _GREEN || (!_JAPAN && _BLUE) + db 24,BELLSPROUT + db 26,PIDGEY + db 23,DITTO + db 24,VENONAT + db 22,BELLSPROUT + db 26,VENONAT + db 26,BELLSPROUT + db 30,WEEPINBELL + db 28,PIDGEOTTO + db 30,PIDGEOTTO + ENDC + + IF _YELLOW + db 26,ODDISH + db 26,BELLSPROUT + db 24,VENONAT + db 30,PIDGEOTTO + db 28,ODDISH + db 28,BELLSPROUT + db 30,GLOOM + db 30,WEEPINBELL + db 27,VENONAT + db 30,VENOMOTH + ENDC + + db $00 + |
