kep-hack/text/ViridianPreGym.asm
May Evans 71de0f07a5 Groundwork for Viridian Pre-Gym
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.
2023-03-30 02:12:45 +01:00

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