mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-16 04:04:19 +13: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
471 B
NASM
17 lines
471 B
NASM
ViridianForestWildMons:
|
|
def_grass_wildmons 8 ; encounter rate
|
|
db 4, CATERPIE
|
|
db 4, WEEDLE
|
|
db 4, PIDGEY
|
|
db 5, CATERPIE
|
|
db 5, GENTLARVA
|
|
db 5, WEEDLE
|
|
db 7, KAKUNA
|
|
db 7, METAPOD
|
|
db 5, KOTORA ; A replacement for the early starter Pikachu. I think this is an amazing compromise that helps actualise Kotora's "mascot status" when it comes to prototype Pokemon.
|
|
db 9, PIDGEOTTO
|
|
end_grass_wildmons
|
|
|
|
def_water_wildmons 0 ; encounter rate
|
|
end_water_wildmons
|