jep-hack/data/wild/nihon_grass.asm
Llinos Evans e7fb81e28e Quiet Cave
This adds Quiet Cave, with all the relevant details. Wild Pokemon still don't appear, though.

I defined it as a route, as if it were a cave, the Pokemon would jump out anywhere, regardless of grass.
2023-11-04 01:47:45 +00:00

60 lines
1 KiB
NASM

NihonGrassWildMons:
def_grass_wildmons ROUTE_49
db 10 percent, 10 percent, 10 percent ; encounter rates: morn/day/nite
; morn
dbw 30, PIDGEY
dbw 31, RATTATA
dbw 30, PIKACHU
dbw 31, MAREEP
dbw 32, HOPPIP
dbw 32, MARILL
dbw 35, SUNFLORA
; day
dbw 30, PIDGEY
dbw 31, RATTATA
dbw 30, PIKACHU
dbw 31, MAREEP
dbw 32, HOPPIP
dbw 32, MARILL
dbw 35, GIRAFARIG
; nite
dbw 30, HOOTHOOT
dbw 31, RATTATA
dbw 30, PIKACHU
dbw 31, MAREEP
dbw 32, HOPPIP
dbw 32, MARILL
dbw 35, SKARMORY
end_grass_wildmons
def_grass_wildmons QUIET_CAVE
db 10 percent, 10 percent, 10 percent ; encounter rates: morn/day/nite
; morn
dbw 30, LEDYBA
dbw 31, LEDYBA
dbw 30, METAPOD
dbw 31, PIKACHU
dbw 32, MARILL
dbw 32, PIDGEY
dbw 35, SUNFLORA
; day
dbw 30, LEDYBA
dbw 31, LEDYBA
dbw 30, METAPOD
dbw 31, PIKACHU
dbw 32, MARILL
dbw 32, PIDGEY
dbw 35, GIRAFARIG
; nite
dbw 30, LEDYBA
dbw 31, LEDYBA
dbw 30, METAPOD
dbw 31, PIKACHU
dbw 32, MARILL
dbw 32, HOOTHOOT
dbw 35, SKARMORY
end_grass_wildmons
db -1 ; end