diff options
| author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-10-10 16:54:00 -0400 |
|---|---|---|
| committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-10-10 16:54:00 -0400 |
| commit | 5c181f2d68525ec0ce58dc06accf12d528bcf046 (patch) | |
| tree | 0142cbe312a2389ad1915e2374fe843b4013ea80 /data/wildPokemon/route19.asm | |
| parent | Some bank3 documentation (diff) | |
| download | pokeyellow-5c181f2d68525ec0ce58dc06accf12d528bcf046.tar.gz pokeyellow-5c181f2d68525ec0ce58dc06accf12d528bcf046.tar.xz pokeyellow-5c181f2d68525ec0ce58dc06accf12d528bcf046.zip | |
More bank3 documentation
LoadWildData, data/wild_mons.asm, also no more wram_constants.asm and
complete bank1b documentation
Diffstat (limited to 'data/wildPokemon/route19.asm')
| -rw-r--r-- | data/wildPokemon/route19.asm | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/data/wildPokemon/route19.asm b/data/wildPokemon/route19.asm new file mode 100644 index 00000000..77e1e3ef --- /dev/null +++ b/data/wildPokemon/route19.asm @@ -0,0 +1,15 @@ +Route19Mons: + db $00 + + db $05 + db 5,TENTACOOL + db 10,TENTACOOL + db 15,TENTACOOL + db 5,TENTACOOL + db 10,TENTACOOL + db 15,TENTACOOL + db 20,TENTACOOL + db 30,TENTACOOL + db 35,TENTACOOL + db 40,TENTACOOL + |
