mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-16 04:04:19 +13:00
18 lines
411 B
NASM
18 lines
411 B
NASM
; Another way to obtain Virdian Forest bugs, which are hard to bring up to speed post-game.
|
|
BrunswickGrottoWildMons:
|
|
def_grass_wildmons 10 ; encounter rate
|
|
db 45, BEEDRILL
|
|
db 45, BUTTERFREE
|
|
db 47, CARAPTHOR
|
|
db 45, SQUEAMATA
|
|
db 46, PARASECT
|
|
db 47, PARASECT
|
|
db 50, SCYTHER
|
|
db 50, PINSIR
|
|
db 48, GORILLAIMO
|
|
db 50, MINISTARE
|
|
end_grass_wildmons
|
|
|
|
def_water_wildmons 0 ; encounter rate
|
|
end_water_wildmons
|