mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
Stone Evolution L1 Learnset Improvements
Because these Pokemon cannot be captured in the wild, this exclusively buffs the trainers, and by a significant amount too. I left Starmie out to balance out the early-game given how powerful it can be. Ninetales should be at least L42 in each encounter to account for Fire Spin. Vileplume and Bellossom should be at least L38, but I think Erika puts Mega Drain over Petal Dance so she should be fine..? Tsubomitto should be L40+ to account for Lovely Kiss. Exeggutor should be at least L48+ to account for Sleep Powder. Cloyster should be at least L23 to account for Clamp. To nerf it, increase its level to 50, where Spike Cannon replaces Explosion. I have also done a few fixes and stuff; - Magnezone is part-Steel - Leafeon gets Swords Dance - Added Silph Gauntlet Team for the Channeler, assuming L65 is what will be used.
This commit is contained in:
parent
4369a81d67
commit
63ea628392
|
@ -10,7 +10,7 @@
|
|||
INCBIN "gfx/pokemon/front/arcanine.pic", 0, 1 ; sprite dimensions
|
||||
dw ArcaninePicFront, ArcaninePicBack
|
||||
|
||||
db ROAR, EMBER, LEER, TAKE_DOWN ; level 1 learnset
|
||||
db FIRE_BLAST, HYPER_BEAM, BODY_SLAM, DIG ; level 1 learnset - used for trainers
|
||||
db GROWTH_SLOW ; growth rate
|
||||
|
||||
; tm/hm learnset
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
INCBIN "gfx/pokemon/front/bellossom.pic", 0, 1 ; sprite dimensions
|
||||
dw BellossomPicFront, BellossomPicBack
|
||||
|
||||
db SLEEP_POWDER, ABSORB, ACID, PETAL_DANCE ; level 1 learnset
|
||||
db SLEEP_POWDER, STUN_SPORE, BODY_SLAM, PETAL_DANCE ; level 1 learnset - used for trainers
|
||||
db GROWTH_MEDIUM_SLOW ; growth rate
|
||||
|
||||
; tm/hm learnset
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
INCBIN "gfx/pokemon/front/clefable.pic", 0, 1 ; sprite dimensions
|
||||
dw ClefablePicFront, ClefablePicBack
|
||||
|
||||
db SING, DOUBLESLAP, MINIMIZE, METRONOME ; level 1 learnset
|
||||
db THUNDER_WAVE, BODY_SLAM, BLIZZARD, THUNDERBOLT ; level 1 learnset - used for trainers
|
||||
db GROWTH_FAST ; growth rate
|
||||
|
||||
; tm/hm learnset
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
INCBIN "gfx/pokemon/front/cloyster.pic", 0, 1 ; sprite dimensions
|
||||
dw CloysterPicFront, CloysterPicBack
|
||||
|
||||
db WITHDRAW, SUPERSONIC, CLAMP, AURORA_BEAM ; level 1 learnset
|
||||
db EXPLOSION, SURF, CLAMP, BLIZZARD ; level 1 learnset - used for trainers
|
||||
db GROWTH_SLOW ; growth rate
|
||||
|
||||
; tm/hm learnset
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
INCBIN "gfx/pokemon/front/exeggutor.pic", 0, 1 ; sprite dimensions
|
||||
dw ExeggutorPicFront, ExeggutorPicBack
|
||||
|
||||
db BARRAGE, HYPNOSIS, NO_MOVE, NO_MOVE ; level 1 learnset
|
||||
db SLEEP_POWDER, STUN_SPORE, PSYCHIC_M, EXPLOSION ; level 1 learnset - used for trainers
|
||||
db GROWTH_SLOW ; growth rate
|
||||
|
||||
; tm/hm learnset
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
db GROWTH_MEDIUM_FAST ; growth rate
|
||||
|
||||
; tm/hm learnset
|
||||
tmhm TOXIC, BODY_SLAM, TAKE_DOWN, DOUBLE_EDGE, HYPER_BEAM, \
|
||||
tmhm TOXIC, BODY_SLAM, SWORDS_DANCE, TAKE_DOWN, DOUBLE_EDGE, HYPER_BEAM, \
|
||||
RAGE, MEGA_DRAIN, SOLARBEAM, MIMIC, DOUBLE_TEAM, \
|
||||
REFLECT, BIDE, SWIFT, SKULL_BASH, REST, \
|
||||
SUBSTITUTE
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
db 50, 60, 95, 70, 120
|
||||
; hp atk def spd spc
|
||||
|
||||
db ELECTRIC, ELECTRIC ; type
|
||||
db ELECTRIC, STEEL ; type
|
||||
db 60 ; catch rate
|
||||
db 161 ; base exp
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
INCBIN "gfx/pokemon/front/nidoking.pic", 0, 1 ; sprite dimensions
|
||||
dw NidokingPicFront, NidokingPicBack
|
||||
|
||||
db TACKLE, HORN_ATTACK, POISON_STING, THRASH ; level 1 learnset
|
||||
db EARTHQUAKE, BODY_SLAM, BLIZZARD, THUNDERBOLT ; level 1 learnset - used for trainers
|
||||
db GROWTH_MEDIUM_SLOW ; growth rate
|
||||
|
||||
; tm/hm learnset
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
INCBIN "gfx/pokemon/front/nidoqueen.pic", 0, 1 ; sprite dimensions
|
||||
dw NidoqueenPicFront, NidoqueenPicBack
|
||||
|
||||
db TACKLE, SCRATCH, TAIL_WHIP, BODY_SLAM ; level 1 learnset
|
||||
db EARTHQUAKE, ROCK_SLIDE, SURF, BLIZZARD ; level 1 learnset - used for trainers
|
||||
db GROWTH_MEDIUM_SLOW ; growth rate
|
||||
|
||||
; tm/hm learnset
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
INCBIN "gfx/pokemon/front/nidoreign.pic", 0, 1 ; sprite dimensions
|
||||
dw NidoreignPicFront, NidoreignPicBack
|
||||
|
||||
db SCRATCH, GROWL, TAIL_WHIP, BITE ; level 1 learnset
|
||||
db BODY_SLAM, ROCK_SLIDE, THUNDERBOLT, BLIZZARD ; level 1 learnset - used for trainers
|
||||
db GROWTH_MEDIUM_SLOW ; growth rate
|
||||
|
||||
; tm/hm learnset
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
INCBIN "gfx/pokemon/front/ninetales.pic", 0, 1 ; sprite dimensions
|
||||
dw NinetalesPicFront, NinetalesPicBack
|
||||
|
||||
db EMBER, TAIL_WHIP, QUICK_ATTACK, ROAR ; level 1 learnset
|
||||
db FIRE_SPIN, FIRE_BLAST, CONFUSE_RAY, BODY_SLAM ; level 1 learnset - used for trainers
|
||||
db GROWTH_MEDIUM_FAST ; growth rate
|
||||
|
||||
; tm/hm learnset
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
INCBIN "gfx/pokemon/front/politoed.pic", 0, 1 ; sprite dimensions
|
||||
dw PolitoedPicFront, PolitoedPicBack
|
||||
|
||||
db HYPNOSIS, WATER_GUN, BUBBLE, NO_MOVE ; level 1 learnset
|
||||
db HYPNOSIS, AMNESIA, SURF, BODY_SLAM ; level 1 learnset - used for trainers
|
||||
db GROWTH_MEDIUM_SLOW ; growth rate
|
||||
|
||||
; tm/hm learnset
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
INCBIN "gfx/pokemon/front/tsubomitto.pic", 0, 1 ; sprite dimensions
|
||||
dw TsubomittoPicFront, TsubomittoPicBack
|
||||
|
||||
db VINE_WHIP, GROWTH, LOVELY_KISS, RAZOR_LEAF ; level 1 learnset
|
||||
db RAZOR_LEAF, SWORDS_DANCE, LOVELY_KISS, HYPER_BEAM ; level 1 learnset - used for trainers
|
||||
db GROWTH_MEDIUM_SLOW ; growth rate
|
||||
|
||||
; tm/hm learnset
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
INCBIN "gfx/pokemon/front/vileplume.pic", 0, 1 ; sprite dimensions
|
||||
dw VileplumePicFront, VileplumePicBack
|
||||
|
||||
db STUN_SPORE, SLEEP_POWDER, ACID, PETAL_DANCE ; level 1 learnset
|
||||
db STUN_SPORE, SLEEP_POWDER, BODY_SLAM, PETAL_DANCE ; level 1 learnset - used for trainers
|
||||
db GROWTH_MEDIUM_SLOW ; growth rate
|
||||
|
||||
; tm/hm learnset
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
INCBIN "gfx/pokemon/front/wigglytuff.pic", 0, 1 ; sprite dimensions
|
||||
dw WigglytuffPicFront, WigglytuffPicBack
|
||||
|
||||
db SING, DISABLE, DEFENSE_CURL, DOUBLESLAP ; level 1 learnset
|
||||
db SING, BODY_SLAM, HYPER_BEAM, BUBBLEBEAM ; level 1 learnset - used for trainers
|
||||
db GROWTH_FAST ; growth rate
|
||||
|
||||
; tm/hm learnset
|
||||
|
|
|
@ -2627,6 +2627,7 @@ TsubomittoEvosMoves:
|
|||
; Evolutions
|
||||
db 0
|
||||
; Learnset
|
||||
db 40, LOVELY_KISS
|
||||
db 48, SOLARBEAM
|
||||
db 0
|
||||
|
||||
|
|
|
@ -719,10 +719,10 @@ ChannelerData:
|
|||
db 23, GASTLY, GASTLY, 0
|
||||
db 24, GASTLY, 0
|
||||
; Pokémon Tower 3F
|
||||
db 23, MIKON, GASTLY 0
|
||||
db 23, MIKON, GASTLY, 0
|
||||
db 24, VULPIX, 0
|
||||
; Unused
|
||||
db 24, HAUNTER, 0
|
||||
; Unused - this will be used in the Silph Gauntlet
|
||||
db 65, MAROWAK, NINETALES, GUARDIA, BARUNDA, MUK, GENGAR, 0
|
||||
; Pokémon Tower 3F
|
||||
db 25, GASTLY, HAUNTER, 0
|
||||
; Pokémon Tower 4F, now unused
|
||||
|
|
Loading…
Reference in a new issue