mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12:00

- Added LuciShrimp's amazing demake of the Area Zero theme! Plays in Mt. Moon Crater. - Lickilicky now has access to Explosion and Selfdestruct. - Sirfetch'd forgot how to Fly. - Steelix is now even more susceptible to getting BubbleBeamed to death since it now has 10 less base Special. - Small changes to a handful of trainer parties. - Changed some encounter tables, mainly making Ramoose more scarce and Tangela more common. - Blissey, Magmortar and Rhyperior all receieved updated sprites by Albatross! - Jynx also receieved an updated sprite, giving it the purple skin it has in later generations. - Minor level changes. - Updated README.
17 lines
300 B
NASM
17 lines
300 B
NASM
Route22WildMons:
|
|
def_grass_wildmons 25 ; encounter rate
|
|
db 3, RATTATA
|
|
db 4, NIDORAN_M
|
|
db 4, NIDORAN_F
|
|
db 4, RATTATA
|
|
db 3, MANKEY
|
|
db 3, SPEAROW
|
|
db 4, SPEAROW
|
|
db 4, NIDORAN_F
|
|
db 4, MANKEY
|
|
db 5, MANKEY
|
|
end_grass_wildmons
|
|
|
|
def_water_wildmons 0 ; encounter rate
|
|
end_water_wildmons
|