kep-hack/text/LancesRoom.asm
Llinos Evans 6c9265f0a2 Elite Four + Champion refights
This was an interesting thought exercise.

As you can see, this code adds a scaling function for when you reach the KEP post-game. These teams are very powerful and a strong test of the player's skills.

I did, however, remove the Legendary Pokemon from the first three's teams. They felt a little bit out there and kind of decrease the significance of the player's. Plus, we just went through hell adding conditional Hall of Fame respawns.

The Elite Four use refight text based on their LGPE appearances. It's honestly a little odd, so if it's too much, the FRLG conditional text could be used instead. I like the way Agatha's plays out, though...

Anyway, stupid hacky implementation done, please don't look at how I did the champion's trainer number.
2023-07-09 22:16:09 +01:00

110 lines
1.9 KiB
NASM

_LanceBeforeBattleText::
text "Ah! I heard about"
line "you <PLAYER>!"
para "I lead the ELITE"
line "FOUR! You can"
cont "call me LANCE the"
cont "dragon trainer!"
para "You know that"
line "dragons are"
cont "mythical #MON!"
para "They're hard to"
line "catch and raise,"
cont "but their powers"
cont "are superior!"
para "They're virtually"
line "indestructible!"
para "Well, are you"
line "ready to lose?"
para "Your LEAGUE"
line "challenge ends"
cont "with me, <PLAYER>!"
done
_LanceEndBattleText::
text "That's it!"
para "I hate to admit"
line "it, but you are a"
cont "#MON master!"
prompt
_LanceAfterBattleText::
text "I still can't"
line "believe my"
cont "dragons lost to"
cont "you, <PLAYER>!"
para "You are now the"
line "#MON LEAGUE"
cont "champion!"
para "...Or, you would"
line "have been, but"
cont "you have one more"
cont "challenge ahead."
para "You have to face"
line "another trainer!"
cont "Their name is..."
para "<RIVAL>!"
line "He beat the ELITE"
cont "FOUR before you!"
para "He is the real"
line "#MON LEAGUE"
cont "champion!@"
text_end
_LanceRematchText::
text "I'm glad you've"
line "come."
para "Thanks to you,"
line "the #MON"
cont "LEAGUE's rep has"
cont "really taken off!"
para "I'd feel ashamed"
line "to call myself"
cont "LANCE the dragon"
cont "trainer if I"
cont "didn't challenge"
cont "you to a battle!"
done
_LanceRematchEndBattleText::
text "How could"
line "I be pushed to"
cont "such a point?"
prompt
_LanceRematchAfterBattleText::
text "There's no way my"
line "dragon brigade is"
cont "weak..."
para "Hm? I'm saying"
line "your strength is"
cont "truly incredible!"
para "Now then..."
line "<PLAYER>."
para "You know what's"
line "next, don't you?"
para "That's right!"
line "<RIVAL> awaits"
cont "you on the stage"
cont "of your greatest"
cont "battle yet!@"
text_end