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

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.
17 lines
312 B
NASM
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
|