mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-19 21:46:25 +13:00
17 lines
303 B
NASM
17 lines
303 B
NASM
CeruleanCaveB1FWildMons:
|
|
def_grass_wildmons 25 ; encounter rate
|
|
db 62, GRAVELER
|
|
db 62, CROBAT
|
|
db 63, CLEFAIRY
|
|
db 64, LICKITUNG
|
|
db 64, KADABRA
|
|
db 64, RAICHU
|
|
db 64, CHANSEY
|
|
db 65, DITTO
|
|
db 65, SNORLAX
|
|
db 70, DITTO
|
|
end_grass_wildmons
|
|
|
|
def_water_wildmons 0 ; encounter rate
|
|
end_water_wildmons
|