mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12: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
310 B
NASM
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
|