kep-hack/data/wild/maps/SafariZoneWest.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
307 B
NASM

SafariZoneWestWildMons:
def_grass_wildmons 30 ; encounter rate
db 25, EXEGGCUTE
db 26, DODUO
db 23, EXEGGCUTE
db 24, EXEGGCUTE
db 33, VENOMOTH
db 26, CUBONE
db 25, MAROWAK
db 25, SCYTHER
db 26, TAUROS
db 7, CHANSEY
end_grass_wildmons
def_water_wildmons 0 ; encounter rate
end_water_wildmons