kep-hack/data/wild/maps/SilphGauntlet1F.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
312 B
NASM

Gauntlet1FWildMons:
def_grass_wildmons 8 ; encounter rate
db 50, BUTTERFREE
db 50, BEEDRILL
db 51, VENOMOTH
db 51, PARASECT
db 51, BEEDRILL
db 52, VENOMOTH
db 52, TANGROWTH
db 53, GOROCHU
db 53, TANGROWTH
db 55, VENUSAUR
end_grass_wildmons
def_water_wildmons 0 ; encounter rate
end_water_wildmons