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

Incorporated Yellow and Japan Blue's exclusive encounters into the wild learnsets if they were not there already
17 lines
297 B
NASM
17 lines
297 B
NASM
Route7WildMons:
|
|
def_grass_wildmons 15 ; encounter rate
|
|
db 22, PIDGEOTTO
|
|
db 19, ODDISH
|
|
db 17, MANKEY
|
|
db 22, BELLSPROUT
|
|
db 19, EEVEE
|
|
db 18, MEOWTH
|
|
db 18, GROWLITHE
|
|
db 20, JIGGLYPUFF
|
|
db 19, VULPIX
|
|
db 20, ABRA
|
|
end_grass_wildmons
|
|
|
|
def_water_wildmons 0 ; encounter rate
|
|
end_water_wildmons
|