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

A three-stage Bug line that mirrors the Caterpie and Weedle lines, being an old design for Weedle's evolutions. Pudi, Hinaazu and Betobebii have been removed, though.
18 lines
284 B
NASM
18 lines
284 B
NASM
Route4WildMons:
|
|
def_grass_wildmons 20 ; encounter rate
|
|
db 10, RATTATA
|
|
db 10, PIDGEY
|
|
db 8, KONYA
|
|
db 10, EKANS
|
|
db 8, SPEAROW
|
|
db 10, EKANS
|
|
db 12, MIKON
|
|
db 12, MANKEY
|
|
db 12, MIKON
|
|
db 8, MANKEY
|
|
|
|
end_grass_wildmons
|
|
|
|
def_water_wildmons 0 ; encounter rate
|
|
end_water_wildmons
|