From 258cd9f182f2005ca338221d113eeda8e93c8d4c Mon Sep 17 00:00:00 2001 From: May Evans <36418502+PlagueVonKarma@users.noreply.github.com> Date: Fri, 30 Sep 2022 14:40:07 +0100 Subject: [PATCH] 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. --- data/pokemon/base_stats/exeggutor.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/pokemon/base_stats/exeggutor.asm b/data/pokemon/base_stats/exeggutor.asm index c2b48ad5..fc55d922 100644 --- a/data/pokemon/base_stats/exeggutor.asm +++ b/data/pokemon/base_stats/exeggutor.asm @@ -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