mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
Viridian Forest & Route 24-25 tweaks
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...
This commit is contained in:
parent
b7973444b2
commit
20e0248311
|
@ -82,7 +82,7 @@ BugCatcherData:
|
||||||
; Viridian Forest
|
; Viridian Forest
|
||||||
db 6, WEEDLE, CATERPIE, 0
|
db 6, WEEDLE, CATERPIE, 0
|
||||||
db 7, CATERPIE, KAKUNA, PARA, 0
|
db 7, CATERPIE, KAKUNA, PARA, 0
|
||||||
db 9, WEEDLE, PARA, 0
|
db 9, WEEDLE, VENONAT, 0
|
||||||
; Route 3
|
; Route 3
|
||||||
db 10, CATERPIE, WEEDLE, PARA, 0
|
db 10, CATERPIE, WEEDLE, PARA, 0
|
||||||
db 9, WEEDLE, KAKUNA, CATERPIE, METAPOD, 0
|
db 9, WEEDLE, KAKUNA, CATERPIE, METAPOD, 0
|
||||||
|
|
|
@ -4,7 +4,7 @@ Route24WildMons:
|
||||||
db 12, ODDISH
|
db 12, ODDISH
|
||||||
db 12, PIDGEY
|
db 12, PIDGEY
|
||||||
db 12, ODDISH
|
db 12, ODDISH
|
||||||
db 13, ODDISH
|
db 13, VENONAT
|
||||||
db 10, ABRA
|
db 10, ABRA
|
||||||
db 14, BELLSPROUT
|
db 14, BELLSPROUT
|
||||||
db 13, PIDGEY
|
db 13, PIDGEY
|
||||||
|
|
|
@ -9,7 +9,7 @@ Route25WildMons:
|
||||||
db 14, BELLSPROUT
|
db 14, BELLSPROUT
|
||||||
db 10, ABRA
|
db 10, ABRA
|
||||||
db 10, SKIMPER
|
db 10, SKIMPER
|
||||||
db 15, BUTTERFREE
|
db 15, PIDGEOTTO
|
||||||
end_grass_wildmons
|
end_grass_wildmons
|
||||||
|
|
||||||
def_water_wildmons 0 ; encounter rate
|
def_water_wildmons 0 ; encounter rate
|
||||||
|
|
|
@ -3,13 +3,13 @@ ViridianForestWildMons:
|
||||||
db 6, CATERPIE
|
db 6, CATERPIE
|
||||||
db 6, WEEDLE
|
db 6, WEEDLE
|
||||||
db 6, CATERPIE
|
db 6, CATERPIE
|
||||||
db 5, PARA
|
db 5, PIDGEY
|
||||||
db 6, MONJA
|
db 6, MONJA
|
||||||
db 6, PARA
|
db 6, PARA
|
||||||
db 8, KAKUNA
|
db 8, KAKUNA
|
||||||
db 8, METAPOD
|
db 8, METAPOD
|
||||||
db 5, PIKACHU
|
db 5, PIKACHU
|
||||||
db 10, BUTTERFREE
|
db 9, PIDGEOTTO
|
||||||
end_grass_wildmons
|
end_grass_wildmons
|
||||||
|
|
||||||
def_water_wildmons 0 ; encounter rate
|
def_water_wildmons 0 ; encounter rate
|
||||||
|
|
Loading…
Reference in a new issue