mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-19 13:36: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
300 B
NASM
17 lines
300 B
NASM
Gauntlet6FWildMons:
|
|
def_grass_wildmons 10 ; encounter rate
|
|
db 60, MUK
|
|
db 60, WEEZING
|
|
db 61, ANIMON
|
|
db 61, PORYGON
|
|
db 61, WEEZING
|
|
db 62, ANIMON
|
|
db 62, MAGNEZONE
|
|
db 63, AERODACTYL
|
|
db 63, MAGNEZONE
|
|
db 65, GYAOON
|
|
end_grass_wildmons
|
|
|
|
def_water_wildmons 0 ; encounter rate
|
|
end_water_wildmons
|