mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-18 04:56:24 +13:00

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!
17 lines
307 B
NASM
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
|