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
296 B
NASM
17 lines
296 B
NASM
MtMoonB2FWildMons:
|
|
def_grass_wildmons 10 ; encounter rate
|
|
db 9, BITTYBAT
|
|
db 9, GEODUDE
|
|
db 10, BITTYBAT
|
|
db 10, GEODUDE
|
|
db 11, ZUBAT
|
|
db 10, PARAS
|
|
db 11, PARAS
|
|
db 10, CLEFAIRY
|
|
db 11, SANDSHREW
|
|
db 12, ZUBAT
|
|
end_grass_wildmons
|
|
|
|
def_water_wildmons 0 ; encounter rate
|
|
end_water_wildmons
|