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
301 B
NASM
17 lines
301 B
NASM
CeruleanCave1FWildMons:
|
|
def_grass_wildmons 10 ; encounter rate
|
|
db 46, GOLBAT
|
|
db 46, HYPNO
|
|
db 46, MAGNETON
|
|
db 49, DODRIO
|
|
db 49, VENOMOTH
|
|
db 52, ARBOK
|
|
db 49, KADABRA
|
|
db 52, PARASECT
|
|
db 53, RAICHU
|
|
db 53, CLEFAIRY
|
|
end_grass_wildmons
|
|
|
|
def_water_wildmons 0 ; encounter rate
|
|
end_water_wildmons
|