mirror of
https://github.com/thornAvery/jep-hack.git
synced 2025-09-17 02:30:50 +12:00
Update lickilord.asm
Turns out Lickilord had a lower base HP than Lickitung. Let's fix that. Compared to Lickitung now, Lickilord has +10 HP, +55 Attack, +35 Defense, and +30 Speed, while its Special stats go totally unchanged.
This commit is contained in:
parent
cd08f11fa4
commit
343c99df30
|
@ -1,6 +1,6 @@
|
||||||
db 0 ; species ID placeholder
|
db 0 ; species ID placeholder
|
||||||
|
|
||||||
db 80, 110, 105, 70, 65, 85
|
db 100, 110, 110, 60, 60, 75
|
||||||
; hp atk def spd sat sdf
|
; hp atk def spd sat sdf
|
||||||
|
|
||||||
db NORMAL, POISON ; type
|
db NORMAL, POISON ; type
|
||||||
|
|
Loading…
Reference in a new issue