kep-hack/text/FuchsiaGym_2.asm
Llinos Evans 749abc67b7 Gym Leader Rematches!
This commit adds a large fundamental change to KEP, that being Gym Rematches.

This is achieved alongside a rework to the script that makes those post-game-gating NPCs shift around. If you add a new one, just add its constant to the lists you'll see in the Hall of Fame script.

It also fixes a few bugs:
- Fixed a bug where Cinnabar Gym loaded a fleet of Blaines. This occurred due to the way he is coded at base, and a misunderstanding I had when implementing his scaling. This is now fixed by standardising his gym script instead, while letting the gym trainers still use the old one.
- Fixed a bug where the Up-Grade NPC would not appear after beating Silph Co. 11F. However, Giovanni currently seems to have trouble with his text. This floor needs some re-coding anyway, given we need to add Jessie and James to it.

And some misc. changes:
- Changed the first Moon Stone in Mt. Moon to a Poison Stone for the Nidoking speedrunners
- Debug Mode now has a line of code to set up the post-game easily
- Changed Surge's initial battle text to Yellow's
- Added Sabrina's more accurate LGPE initial battle text, referring to the spoon she bent by accident
2023-06-09 11:17:31 +01:00

201 lines
3.2 KiB
NASM

_KogaPostBattleAdviceText::
text "When afflicted by"
line "TOXIC, #MON"
cont "suffer more and"
cont "more as battle"
cont "progresses!"
para "It will surely"
line "terrorize foes!"
done
_KogaSoulBadgeInfoText::
text "Now that you have"
line "the SOULBADGE,"
cont "the DEFENSE of"
cont "your #MON"
cont "increases!"
para "It also lets you"
line "SURF outside of"
cont "battle!"
para "Ah! Take this"
line "too!"
done
_ReceivedTM06Text::
text "<PLAYER> received"
line "@"
text_ram wStringBuffer
text "!@"
text_end
_TM06ExplanationText::
text_start
para "TM06 contains"
line "TOXIC!"
para "It is a secret"
line "technique over"
cont "400 years old!"
done
_TM06NoRoomText::
text "Make space for"
line "this, child!"
done
_FuchsiaGymBattleText1::
text "Strength isn't"
line "the key for"
cont "#MON!"
para "It's strategy!"
para "I'll show you how"
line "strategy can beat"
cont "brute strength!"
done
_FuchsiaGymEndBattleText1::
text "What?"
line "Extraordinary!"
prompt
_FuchsiaGymAfterBattleText1::
text "So, you mix brawn"
line "with brains?"
cont "Good strategy!"
done
_FuchsiaGymBattleText2::
text "I wanted to become"
line "a ninja, so I"
cont "joined this GYM!"
done
_FuchsiaGymEndBattleText2::
text "I'm done"
line "for!"
prompt
_FuchsiaGymAfterBattleText2::
text "I will keep on"
line "training under"
cont "KOGA, my ninja"
cont "master!"
done
_FuchsiaGymBattleText3::
text "Let's see you"
line "beat my special"
cont "techniques!"
done
_FuchsiaGymEndBattleText3::
text "You"
line "had me fooled!"
prompt
_FuchsiaGymAfterBattleText3::
text "I like poison and"
line "sleep techniques,"
cont "as they linger"
cont "after battle!"
done
_FuchsiaGymBattleText4::
text "Stop right there!"
para "Our invisible"
line "walls have you"
cont "frustrated?"
done
_FuchsiaGymEndBattleText4::
text "Whoa!"
line "He's got it!"
prompt
_FuchsiaGymAfterBattleText4::
text "You impressed me!"
line "Here's a hint!"
para "Look very closely"
line "for gaps in the"
cont "invisible walls!"
done
_FuchsiaGymBattleText5::
text "I also study the"
line "way of the ninja"
cont "with master KOGA!"
para "Ninja have a long"
line "history of using"
cont "animals!"
done
_FuchsiaGymEndBattleText5::
text "Awoo!"
prompt
_FuchsiaGymAfterBattleText5::
text "I still have much"
line "to learn!"
done
_FuchsiaGymBattleText6::
text "Master KOGA comes"
line "from a long line"
cont "of ninjas!"
para "What did you"
line "descend from?"
done
_FuchsiaGymEndBattleText6::
text "Dropped"
line "my balls!"
prompt
_FuchsiaGymAfterBattleText6::
text "Where there is"
line "light, there is"
cont "shadow!"
para "Light and shadow!"
line "Which do you"
cont "choose?"
done
_FuchsiaGymGuidePreBattleText::
text "Yo! Champ in"
line "making!"
para "FUCHSIA GYM is"
line "riddled with"
cont "invisible walls!"
para "KOGA might appear"
line "close, but he's"
cont "blocked off!"
para "You have to find"
line "gaps in the walls"
cont "to reach him!"
done
_FuchsiaGymGuidePostBattleText::
text "It's amazing how"
line "ninja can terrify"
cont "even now!"
done
_KogaRematchDefeatedText::
text "I must"
line "hone my skills."
prompt