mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-19 21:46:25 +13:00

Updated wild encounters for the included locations, and consolidated Super Rod encounter data
17 lines
304 B
NASM
17 lines
304 B
NASM
MtMoonB1FWildMons:
|
|
def_grass_wildmons 10 ; encounter rate
|
|
db 8, BITTYBAT
|
|
db 7, BITTYBAT
|
|
db 7, GEODUDE
|
|
db 8, GEODUDE
|
|
db 9, GEODUDE
|
|
db 10, PARA
|
|
db 10, BITTYBAT
|
|
db 11, BETOBEBII
|
|
db 9, CLEFAIRY
|
|
db 9, BETOBEBII
|
|
end_grass_wildmons
|
|
|
|
def_water_wildmons 0 ; encounter rate
|
|
end_water_wildmons
|