mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12: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
303 B
NASM
17 lines
303 B
NASM
Gauntlet5FWildMons:
|
|
def_grass_wildmons 30 ; encounter rate
|
|
db 58, DODRIO
|
|
db 58, RHYDON
|
|
db 59, EXEGGUTOR
|
|
db 59, SCYTHER
|
|
db 59, PINSIR
|
|
db 60, KANGASKHAN
|
|
db 60, TAUROS
|
|
db 61, TRAMPEL
|
|
db 61, CHANSEY
|
|
db 63, DRAGONITE
|
|
end_grass_wildmons
|
|
|
|
def_water_wildmons 0 ; encounter rate
|
|
end_water_wildmons
|