kep-hack/data/wild/maps/SilphGauntlet2F.asm
MementoMartha 0cd8cafc58 Citrine time!
Added map data for Citrine City, including wild spawns, as well as a fly location. Also fixed an issue where Bill's Garden couldn't spawn wild Pokemon. Citrine is also green for some reason.
2023-04-11 12:52:53 +01:00

17 lines
304 B
NASM

Gauntlet2FWildMons:
def_grass_wildmons 10 ; encounter rate
db 52, GOLEM
db 52, SANDSLASH
db 53, MACHAMP
db 53, CROBAT
db 53, SANDSLASH
db 54, MACHAMP
db 54, STEELIX
db 55, CLEFABLE
db 55, STEELIX
db 57, CHARIZARD
end_grass_wildmons
def_water_wildmons 0 ; encounter rate
end_water_wildmons