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