mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-16 20:16:26 +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
307 B
NASM
17 lines
307 B
NASM
Gauntlet3FWildMons:
|
|
def_grass_wildmons 15 ; encounter rate
|
|
db 54, TENTACRUEL
|
|
db 54, JABETTA
|
|
db 55, KINGLER
|
|
db 55, PENDRAKEN
|
|
db 55, JABETTA
|
|
db 56, KINGLER
|
|
db 56, GOLDUCK
|
|
db 57, GYARADOS
|
|
db 57, GOLDUCK
|
|
db 59, TOTARTLE
|
|
end_grass_wildmons
|
|
|
|
def_water_wildmons 0 ; encounter rate
|
|
end_water_wildmons
|