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
79 lines
1.2 KiB
NASM
79 lines
1.2 KiB
NASM
_BrunoBeforeBattleText::
|
|
text "I am BRUNO of"
|
|
line "the ELITE FOUR!"
|
|
|
|
para "Through rigorous"
|
|
line "training, people"
|
|
cont "and #MON can"
|
|
cont "become stronger!"
|
|
|
|
para "I've weight"
|
|
line "trained with"
|
|
cont "my #MON!"
|
|
|
|
para "<PLAYER>!"
|
|
|
|
para "We will grind you"
|
|
line "down with our"
|
|
cont "superior power!"
|
|
|
|
para "Hoo hah!"
|
|
done
|
|
|
|
_BrunoEndBattleText::
|
|
text "Why?"
|
|
line "How could I lose?"
|
|
prompt
|
|
|
|
_BrunoAfterBattleText::
|
|
text "My job is done!"
|
|
line "Go face your next"
|
|
cont "challenge!"
|
|
done
|
|
|
|
_BrunoDontRunAwayText::
|
|
text "Someone's voice:"
|
|
line "Don't run away!"
|
|
done
|
|
|
|
_BrunoRematchText::
|
|
text "I could feel the"
|
|
line "intensity of your"
|
|
cont "battle against"
|
|
cont "LORELEI, even"
|
|
cont "from here!"
|
|
|
|
para "Now it's time to"
|
|
line "show you the true"
|
|
cont "power of my team!"
|
|
|
|
para "We have trained"
|
|
line "just as hard as"
|
|
cont "you have, surely!"
|
|
|
|
para "Hoo hah!"
|
|
|
|
para "Hoo! HAH!!!"
|
|
done
|
|
|
|
_BrunoRematchEndBattleText::
|
|
text "I have"
|
|
line "regrets!"
|
|
prompt
|
|
|
|
_BrunoRematchAfterBattleText::
|
|
text "Ugh! No!"
|
|
|
|
para "So my training is"
|
|
line "still lacking..."
|
|
|
|
para "...Go."
|
|
|
|
para "Do not trouble"
|
|
line "yourself on my"
|
|
cont "behalf."
|
|
|
|
para "Continue to move"
|
|
line "forward!"
|
|
done
|