mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-16 20:16:26 +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
295 B
NASM
17 lines
295 B
NASM
Route24WildMons:
|
|
def_grass_wildmons 25 ; encounter rate
|
|
db 13, ODDISH
|
|
db 13, BELLSPROUT
|
|
db 12, PIDGEY
|
|
db 14, ODDISH
|
|
db 14, BELLSPROUT
|
|
db 10, ABRA
|
|
db 13, PIDGEY
|
|
db 14, PIDGEY
|
|
db 12, ABRA
|
|
db 16, BUTTERFREE
|
|
end_grass_wildmons
|
|
|
|
def_water_wildmons 0 ; encounter rate
|
|
end_water_wildmons
|