mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12:00

This map is fully functional but has a lot of bits to iron out, as well as a need for Gym Trainers. I'm also not wholly satisfied with Yujirou's team; maybe remove Eevee? Yes, I designed an entire tileset for this. Fear me. Bow before me. Actually, don't, this was beyond rational thought. Current issues; - Yujirou's sprite doesn't work properly. - Needs Gym Trainers (hell) - Yujirou needs an event for being beaten, the refight, and more.
40 lines
581 B
NASM
40 lines
581 B
NASM
_YujirouIntro::
|
|
text "Hey! I'm YUJIROU,"
|
|
line "VIRIDIAN's LEADER-"
|
|
cont "to-be!"
|
|
|
|
para "Me and LICKITUNG"
|
|
line "will beat anyone"
|
|
cont "who comes our"
|
|
cont "way!"
|
|
|
|
para "Think you can take"
|
|
line "us? I'll show you!"
|
|
done
|
|
|
|
_YujirouLoseText::
|
|
text "Huh?!"
|
|
line "I lost?!"
|
|
prompt
|
|
|
|
_YujirouWinText::
|
|
text "Ha!"
|
|
line "Small fry!"
|
|
prompt
|
|
|
|
_YujirouAfterBattleText::
|
|
text "I lost..."
|
|
|
|
para "..."
|
|
|
|
para "I won't give up!"
|
|
line "Me and LICKITUNG"
|
|
cont "will train until"
|
|
cont "become the best"
|
|
cont "there is!"
|
|
|
|
para "One day, we will"
|
|
line "beat you!"
|
|
|
|
done
|