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
296 B
NASM
17 lines
296 B
NASM
Route15WildMons:
|
|
def_grass_wildmons 15 ; encounter rate
|
|
db 24, ODDISH
|
|
db 26, DITTO
|
|
db 23, PIDGEOTTO
|
|
db 26, VENONAT
|
|
db 22, ODDISH
|
|
db 28, DEER
|
|
db 26, BELLSPROUT
|
|
db 30, VENOMOTH
|
|
db 28, GAOTORA
|
|
db 30, GAOTORA
|
|
end_grass_wildmons
|
|
|
|
def_water_wildmons 0 ; encounter rate
|
|
end_water_wildmons
|