mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 10:23:34 +12:00

Added updated sprites for: - Front: Sirfetch'd, Galarian Rapidash, Porygon, Carapthor - Back: Blissey, Carapthor, Espeon, Glaceon, Hitmontop, Kleavor, Lickilicky, Magnezone, Melmetal, Galarian Moltres, Mr. Rime, Perrserker, Pupal, Rhyperior, Sandy Shocks, Scream Tail, Galarian Slowbro, Paldean Tauros Combat Breed, Toedscool, and Umbreon (also some minor text fixes, notably adding Dr. Lava to the credits) Thanks Albatross for being a total legend :3
107 lines
1.9 KiB
NASM
107 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. Thanks to"
|
|
cont "you, 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 "I'm saying that"
|
|
line "your strength is"
|
|
cont "truly incredible!"
|
|
|
|
para "Now, <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
|