mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-16 20:16:26 +13:00

Finally, he's here for you It's the last member of the KEP crew This Mon's so strong, it isn't funny Can make a Dark-type cry out for mummy Can push a boulder with relative ease Makes Strength puzzles seem such a breeze He may move slow, he can't learn Fly But this Mon's one hell of a guy!
17 lines
304 B
NASM
17 lines
304 B
NASM
Route15WildMons:
|
|
def_grass_wildmons 15 ; encounter rate
|
|
db 24, BELLSPROUT
|
|
db 26, VENONAT
|
|
db 25, SPEAROW
|
|
db 25, DITTO
|
|
db 22, BELLSPROUT
|
|
db 28, ODDISH
|
|
db 26, GAOTORA
|
|
db 30, VENOMOTH
|
|
db 28, TANGELA
|
|
db 28, GORILLAIMO
|
|
end_grass_wildmons
|
|
|
|
def_water_wildmons 0 ; encounter rate
|
|
end_water_wildmons
|