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
17 lines
297 B
NASM
17 lines
297 B
NASM
MtMoonB2FWildMons:
|
|
def_grass_wildmons 10 ; encounter rate
|
|
db 9, BITTYBAT
|
|
db 9, GEODUDE
|
|
db 10, BITTYBAT
|
|
db 10, GEODUDE
|
|
db 11, BITTYBAT
|
|
db 10, PARA
|
|
db 12, PARA
|
|
db 10, CLEFAIRY
|
|
db 12, BETOBEBII
|
|
db 12, ZUBAT
|
|
end_grass_wildmons
|
|
|
|
def_water_wildmons 0 ; encounter rate
|
|
end_water_wildmons
|