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

Incorporated Yellow and Japan Blue's exclusive encounters into the wild learnsets if they were not there already
17 lines
309 B
NASM
17 lines
309 B
NASM
SafariZoneWestWildMons:
|
|
def_grass_wildmons 30 ; encounter rate
|
|
db 25, EXEGGCUTE
|
|
db 26, DODUO
|
|
db 23, EXEGGCUTE
|
|
db 24, EXEGGCUTE
|
|
db 33, VENOMOTH
|
|
db 26, EXEGGCUTE
|
|
db 25, MAROWAK
|
|
db 31, SCYTHER
|
|
db 26, TAUROS
|
|
db 28, PINSIR
|
|
end_grass_wildmons
|
|
|
|
def_water_wildmons 0 ; encounter rate
|
|
end_water_wildmons
|