mirror of
https://github.com/thornAvery/jep-hack.git
synced 2025-10-16 12:06:28 +13:00
Buffs to Kiwooked, Eucala, and Barreau
Thanks to Molk for the solid advice on handling these previously very underpowered Pokemon!
This commit is contained in:
parent
58f5de27fb
commit
20519d700f
|
@ -1,6 +1,6 @@
|
|||
db 0 ; species ID placeholder
|
||||
|
||||
db 60, 35, 60, 80, 75, 85
|
||||
db 60, 45, 60, 80, 100, 80
|
||||
; hp atk def spd sat sdf
|
||||
|
||||
db BUG, PSYCHIC_TYPE ; type
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
db 0 ; species ID placeholder
|
||||
|
||||
db 100, 100, 100, 100, 100, 100
|
||||
db 79, 104, 64, 44, 79, 89
|
||||
; hp atk def spd sat sdf
|
||||
|
||||
db NORMAL, NORMAL ; type
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
db 0 ; species ID placeholder
|
||||
|
||||
db 50, 95, 40, 105, 45, 60
|
||||
db 71, 101, 83, 107, 43, 53
|
||||
; hp atk def spd sat sdf
|
||||
|
||||
db GROUND, FLYING ; type
|
||||
|
|
Loading…
Reference in a new issue