mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12: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
307 B
NASM
17 lines
307 B
NASM
Route3WildMons:
|
|
def_grass_wildmons 20 ; encounter rate
|
|
db 7, PIDGEY
|
|
db 7, RATTATA
|
|
db 7, SPEAROW
|
|
db 8, PIDGEY
|
|
db 7, NIDORAN_M
|
|
db 7, NIDORAN_F
|
|
db 8, SPEAROW
|
|
db 5, JIGGLYPUFF
|
|
db 6, JIGGLYPUFF
|
|
db 7, JIGGLYPUFF
|
|
end_grass_wildmons
|
|
|
|
def_water_wildmons 0 ; encounter rate
|
|
end_water_wildmons
|