mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-16 12:06:25 +13:00

This reduces the amount of Para present in the early-game; my playtest had me feel that there were a few too many. So what I did here was; - Replace an encounter entry with Pidgey, which was seen in Yellow. Additionally, I replaced the Butterfree with the popular L9 Pidgeotto, which to me makes a lot more sense. You should grind for Butterfree. - The end trainer uses a Venonat, a Pokemon I think we could feature more early-game (like in Yellow again) Additionally, I also tweaked Route 24-25 to have the early Venonat like Yellow does. This ensures the Yellow learnset changes come into play. I also added Pidgeotto back here over the Butterfree, I still don't think it should be available this immediately...
17 lines
293 B
NASM
17 lines
293 B
NASM
Route24WildMons:
|
|
def_grass_wildmons 25 ; encounter rate
|
|
db 13, BEEDRILL
|
|
db 12, ODDISH
|
|
db 12, PIDGEY
|
|
db 12, ODDISH
|
|
db 13, VENONAT
|
|
db 10, ABRA
|
|
db 14, BELLSPROUT
|
|
db 13, PIDGEY
|
|
db 12, ABRA
|
|
db 16, PIDGEOTTO
|
|
end_grass_wildmons
|
|
|
|
def_water_wildmons 0 ; encounter rate
|
|
end_water_wildmons
|