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

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!
21 lines
358 B
NASM
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 |