kep-hack/text/CeladonUniversityOutside.asm
May Evans 0b65243c75 Add more to Celadon University
This adds;
- Text and stuff on the interior to add some really nice worldbuilding
- Trainers outside that you can fight with repeatedly.

The trainers need yes/no menus but I can't figure it out for the life of me. If anyone can do it, lemme know!
2022-09-27 01:48:52 +01:00

21 lines
358 B
NASM

_CeladonUniversityOutsideYesNo::
text "I love battles!"
cont "Wanna go?"
done
_CeladonUniversityRefuse::
text "Aww! Next time?"
done
_CeladonUniversityOutsideBattleText1::
text "Ok! Game on!"
done
_CeladonUniversityOutsideEndBattleText1::
text "Darn! You"
line "beat me again!"
prompt
_CeladonUniversityOutsideAfterBattleText1::
text "!"
done