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

Finally, he's here for you It's the last member of the KEP crew This Mon's so strong, it isn't funny Can make a Dark-type cry out for mummy Can push a boulder with relative ease Makes Strength puzzles seem such a breeze He may move slow, he can't learn Fly But this Mon's one hell of a guy!
17 lines
406 B
NASM
17 lines
406 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 51, BEEDRILL
|
|
db 52, BUTTERFREE
|
|
db 52, CARAPTHOR
|
|
db 51, VENOMOTH
|
|
db 53, PARASECT
|
|
db 53, PARASECT
|
|
db 53, GORILLAIMO
|
|
db 54, SCYTHER
|
|
db 54, PINSIR
|
|
db 55, PINSIR
|
|
end_grass_wildmons
|
|
|
|
def_water_wildmons 0 ; encounter rate
|
|
end_water_wildmons |