mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
Garnet Cavern Encounter Update (1F)
This commit is contained in:
parent
1d0e601d98
commit
795a3e9adc
|
@ -1,14 +1,13 @@
|
||||||
; Garnet Cavern will contain a mix of Rock, Ground, Steel, and Psychic-type Pokemon.
|
|
||||||
GarnetCavern1FWildMons:
|
GarnetCavern1FWildMons:
|
||||||
def_grass_wildmons 10 ; encounter rate
|
def_grass_wildmons 10 ; encounter rate
|
||||||
db 52, RHYDON
|
db 52, MR_MIME
|
||||||
db 52, GRAVELER
|
db 52, GRAVELER
|
||||||
db 53, CROBAT
|
db 53, MAGNETON
|
||||||
db 51, HYPNO
|
db 51, HYPNO
|
||||||
db 50, VENOMOTH
|
db 50, CROAKOZUNA
|
||||||
db 55, SLOWBRO
|
db 55, SLOWBRO
|
||||||
db 54, SLOWBRO
|
db 54, SLOWBRO
|
||||||
db 55, GUARDIA
|
db 55, HAUNTER
|
||||||
db 54, GAVILLAIN
|
db 54, GAVILLAIN
|
||||||
db 55, GAVILLAIN
|
db 55, GAVILLAIN
|
||||||
end_grass_wildmons
|
end_grass_wildmons
|
||||||
|
|
Loading…
Reference in a new issue