kep-hack/data/wild/maps/SafariZoneNorth.asm
Llinos Evans bdf89fd6d2 Safari Zone tweaks
Added some Cubones since it's featured in the Safari Zone in Yellow and Pokemon Origins. Changed the second Chansey's level to 7 for consistency.

Also fixed an error on the Safari Zone Area 1 sign that said Centre Area, which was fixed in FRLG. Thanks to Lyra made a website for pointing this out!
2023-12-27 11:20:39 +00:00

17 lines
310 B
NASM

SafariZoneNorthWildMons:
def_grass_wildmons 30 ; encounter rate
db 22, EXEGGCUTE
db 26, RHYHORN
db 23, EXEGGCUTE
db 25, TANGELA
db 30, VENOMOTH
db 27, CUBONE
db 28, DODRIO
db 27, TAUROS
db 26, TRAMPEL
db 28, KANGASKHAN
end_grass_wildmons
def_water_wildmons 0 ; encounter rate
end_water_wildmons