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
295 B
NASM
17 lines
295 B
NASM
RockTunnel1FWildMons:
|
|
def_grass_wildmons 15 ; encounter rate
|
|
db 16, ZUBAT
|
|
db 17, ZUBAT
|
|
db 17, GEODUDE
|
|
db 15, MACHOP
|
|
db 16, GEODUDE
|
|
db 18, CHARMANDER
|
|
db 15, BITTYBAT
|
|
db 17, MACHOP
|
|
db 13, ONIX
|
|
db 15, DITTO
|
|
end_grass_wildmons
|
|
|
|
def_water_wildmons 0 ; encounter rate
|
|
end_water_wildmons
|