mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12:00

Incorporated Yellow and Japan Blue's exclusive encounters into the wild learnsets if they were not there already
17 lines
313 B
NASM
17 lines
313 B
NASM
SafariZoneNorthWildMons:
|
|
def_grass_wildmons 30 ; encounter rate
|
|
db 22, EXEGGCUTE
|
|
db 26, RHYHORN
|
|
db 23, EXEGGCUTE
|
|
db 25, TANGELA
|
|
db 30, VENOMOTH
|
|
db 27, EXEGGCUTE
|
|
db 30, DODRIO
|
|
db 32, KANGASKHAN
|
|
db 26, CHANSEY
|
|
db 28, TAUROS
|
|
end_grass_wildmons
|
|
|
|
def_water_wildmons 0 ; encounter rate
|
|
end_water_wildmons
|