mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12: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.
17 lines
293 B
NASM
17 lines
293 B
NASM
Route2WildMons:
|
|
def_grass_wildmons 25 ; encounter rate
|
|
db 4, RATTATA
|
|
db 5, PIDGEY
|
|
db 4, CATERPIE
|
|
db 4, WEEDLE
|
|
db 5, KONYA
|
|
db 4, NIDORAN_F
|
|
db 3, KONYA
|
|
db 4, NIDORAN_M
|
|
db 5, KOKANA
|
|
db 6, KOKANA
|
|
end_grass_wildmons
|
|
|
|
def_water_wildmons 0 ; encounter rate
|
|
end_water_wildmons
|