mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-18 04:56:24 +13:00

Updated wild encounters for the included locations, and consolidated Super Rod encounter data
31 lines
497 B
NASM
31 lines
497 B
NASM
ViridianForestWildMons:
|
|
def_grass_wildmons 8 ; encounter rate
|
|
IF DEF(_RED)
|
|
db 6, WEEDLE
|
|
db 9, KAKUNA
|
|
db 6, WEEDLE
|
|
db 6, WEEDLE
|
|
db 5, MONJA
|
|
db 9, KAKUNA
|
|
db 9, METAPOD
|
|
db 6, CATERPIE
|
|
db 5, PIKACHU
|
|
db 10, BEEDRILL
|
|
ENDC
|
|
IF DEF(_BLUE)
|
|
db 6, CATERPIE
|
|
db 9, METAPOD
|
|
db 6, CATERPIE
|
|
db 6, CATERPIE
|
|
db 5, MONJA
|
|
db 9, METAPOD
|
|
db 9, KAKUNA
|
|
db 6, WEEDLE
|
|
db 5, PIKACHU
|
|
db 10, BUTTERFREE
|
|
ENDC
|
|
end_grass_wildmons
|
|
|
|
def_water_wildmons 0 ; encounter rate
|
|
end_water_wildmons
|