mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12:00
Give Paradox Pokemon the unused growth rates
It seems incredibly funny in my mind and does help close the in-game gap between them; Scream Tail got the very short end of the stick...
This commit is contained in:
parent
5e4fb4af38
commit
597dc62f2e
|
@ -11,7 +11,7 @@
|
|||
dw SandyShocksPicFront, SandyShocksPicBack
|
||||
|
||||
db TACKLE, SONICBOOM, THUNDERSHOCK, MAGNET_BOMB ; level 1 learnset
|
||||
db GROWTH_SLOW ; growth rate
|
||||
db GROWTH_SLIGHTLY_SLOW ; growth rate - reusing unused exp group, seems funny
|
||||
|
||||
; tm/hm learnset
|
||||
tmhm MEGA_KICK, TOXIC, BODY_SLAM, TAKE_DOWN, DOUBLE_EDGE, \
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
dw ScreamTailPicFront, ScreamTailPicBack
|
||||
|
||||
db SING, FAIRY_WIND, DISABLE, BITE ; level 1 learnset
|
||||
db GROWTH_SLOW ; growth rate
|
||||
db GROWTH_SLIGHTLY_FAST ; growth rate - reusing unused exp group, seems funny
|
||||
|
||||
; tm/hm learnset
|
||||
tmhm MEGA_PUNCH, MEGA_KICK, TOXIC, BODY_SLAM, TAKE_DOWN, \
|
||||
|
|
Loading…
Reference in a new issue