mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12:00
Make Exeggutor's set legal
If Exeggutor passes L28, it'll be forced to learn Stomp no matter what, making it an illegal set with Powders and thus unfair for the player. To account for this, the Exeggutor set will be a Stomp-based one instead.
This commit is contained in:
parent
63ea628392
commit
258cd9f182
|
@ -10,7 +10,7 @@
|
|||
INCBIN "gfx/pokemon/front/exeggutor.pic", 0, 1 ; sprite dimensions
|
||||
dw ExeggutorPicFront, ExeggutorPicBack
|
||||
|
||||
db SLEEP_POWDER, STUN_SPORE, PSYCHIC_M, EXPLOSION ; level 1 learnset - used for trainers
|
||||
db HYPNOSIS, STOMP, PSYCHIC_M, EXPLOSION ; level 1 learnset - used for trainers
|
||||
db GROWTH_SLOW ; growth rate
|
||||
|
||||
; tm/hm learnset
|
||||
|
|
Loading…
Reference in a new issue