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

Incorporated Yellow and Japan Blue's exclusive encounters into the wild learnsets if they were not there already
17 lines
300 B
NASM
17 lines
300 B
NASM
Route8WildMons:
|
|
def_grass_wildmons 15 ; encounter rate
|
|
db 20, PIDGEOTTO
|
|
db 18, MANKEY
|
|
db 17, EKANS
|
|
db 16, GROWLITHE
|
|
db 18, BULBASAUR
|
|
db 20, SANDSHREW
|
|
db 19, RATICATE
|
|
db 17, VULPIX
|
|
db 18, VULPIX
|
|
db 15, KADABRA
|
|
end_grass_wildmons
|
|
|
|
def_water_wildmons 0 ; encounter rate
|
|
end_water_wildmons
|