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

Updated wild encounters for the included locations, and consolidated Super Rod encounter data
28 lines
450 B
NASM
28 lines
450 B
NASM
Route11WildMons:
|
|
def_grass_wildmons 15 ; encounter rate
|
|
IF DEF(_RED)
|
|
db 14, EKANS
|
|
db 15, SPEAROW
|
|
db 12, EKANS
|
|
db 13, DROWZEE
|
|
db 13, MAGNEMITE
|
|
db 13, DROWZEE
|
|
db 15, SANDSHREW
|
|
ENDC
|
|
IF DEF(_BLUE)
|
|
db 14, SANDSHREW
|
|
db 15, SPEAROW
|
|
db 12, SANDSHREW
|
|
db 13, DROWZEE
|
|
db 13, MAGNEMITE
|
|
db 13, DROWZEE
|
|
db 15, EKANS
|
|
ENDC
|
|
db 17, SPEAROW
|
|
db 11, DROWZEE
|
|
db 15, DROWZEE
|
|
end_grass_wildmons
|
|
|
|
def_water_wildmons 0 ; encounter rate
|
|
end_water_wildmons
|