mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-17 04:26:28 +13:00

I did these a few days ago and forgot to push the commit lol - Gives the Game Corner and the prize building a new palette - Makes encounter levels a bit more consistent in the early game, as well as spreading out species a bit more evenly
17 lines
287 B
NASM
17 lines
287 B
NASM
Route1WildMons:
|
|
def_grass_wildmons 25 ; encounter rate
|
|
db 2, PIDGEY
|
|
db 2, RATTATA
|
|
db 3, RATTATA
|
|
db 3, PIDGEY
|
|
db 2, KONYA
|
|
db 3, KONYA
|
|
db 3, PIDGEY
|
|
db 4, RATTATA
|
|
db 4, PIDGEY
|
|
db 5, PIDGEY
|
|
end_grass_wildmons
|
|
|
|
def_water_wildmons 0 ; encounter rate
|
|
end_water_wildmons
|