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

Updated wild encounters for the included locations, and consolidated Super Rod encounter data
28 lines
448 B
NASM
28 lines
448 B
NASM
Route24WildMons:
|
|
def_grass_wildmons 25 ; encounter rate
|
|
IF DEF(_RED)
|
|
db 13, BEEDRILL
|
|
db 12, ODDISH
|
|
db 12, PIDGEY
|
|
db 12, ODDISH
|
|
db 13, ODDISH
|
|
db 10, ABRA
|
|
db 14, BELLSPROUT
|
|
ENDC
|
|
IF DEF(_BLUE)
|
|
db 13, BUTTERFREE
|
|
db 12, BELLSPROUT
|
|
db 12, PIDGEY
|
|
db 12, BELLSPROUT
|
|
db 13, BELLSPROUT
|
|
db 10, ABRA
|
|
db 14, ODDISH
|
|
ENDC
|
|
db 13, PIDGEY
|
|
db 12, ABRA
|
|
db 16, PIDGEOTTO
|
|
end_grass_wildmons
|
|
|
|
def_water_wildmons 0 ; encounter rate
|
|
end_water_wildmons
|