mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-17 04:26:28 +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.
17 lines
300 B
NASM
17 lines
300 B
NASM
Route22WildMons:
|
|
def_grass_wildmons 25 ; encounter rate
|
|
db 5, RATTATA
|
|
db 4, NIDORAN_M
|
|
db 4, SPEAROW
|
|
db 4, NIDORAN_F
|
|
db 3, RATTATA
|
|
db 4, MANKEY
|
|
db 4, MIKON
|
|
db 5, MIKON
|
|
db 5, NIDORAN_F
|
|
db 5, NIDORAN_M
|
|
end_grass_wildmons
|
|
|
|
def_water_wildmons 0 ; encounter rate
|
|
end_water_wildmons
|