From 5c181f2d68525ec0ce58dc06accf12d528bcf046 Mon Sep 17 00:00:00 2001 From: luckytyphlosion Date: Sat, 10 Oct 2015 16:54:00 -0400 Subject: More bank3 documentation LoadWildData, data/wild_mons.asm, also no more wram_constants.asm and complete bank1b documentation --- data/wildPokemon/route20.asm | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 data/wildPokemon/route20.asm (limited to 'data/wildPokemon/route20.asm') diff --git a/data/wildPokemon/route20.asm b/data/wildPokemon/route20.asm new file mode 100644 index 00000000..b955c330 --- /dev/null +++ b/data/wildPokemon/route20.asm @@ -0,0 +1,15 @@ +Route20Mons: + 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 + -- cgit v1.3.1-sl0p