kep-hack/text/CeladonUniversityOutside.asm
May Evans c759efdeea Rework CeladonU Trainers
This refactors the Celadon University trainers to ensure that they process properly without the odd memory leak-y thing I did before. Overall works the same, just works for the intended purpose.

I also applied what I learned to Professor Oak, giving a Yes/No prompt and adding some pre-battle music as I originally intended.
2023-03-29 17:41:45 +01:00

115 lines
1.8 KiB
NASM

_CeladonUniversityOutsideYesNo1::
text "I love battles!"
line "Wanna go?"
done
_CeladonUniversityRefuse::
text "Aww! Next time?"
done
_CeladonUniversityOutsideBattleText1::
text "Ok! Game on!"
done
_CeladonUniversityOutsideBattleText2::
text "Ok! Go, PORYGON!"
done
_CeladonUniversityOutsideBattleText3::
text "I'm at the top"
line "of my game!"
cont "Go, GOLEM!"
done
_CeladonUniversityOutsideBattleText4::
text "This time, for"
line "sure!"
done
_CeladonUniversityOutsideLoseText1::
text "Darn!"
line "You beat me!"
prompt
_CeladonUniversityOutsideLoseText2::
text "It"
line "needs an"
cont "UP-GRADE."
prompt
_CeladonUniversityOutsideLoseText3::
text "Not"
line "enough..."
prompt
_CeladonUniversityOutsideLoseText4::
text "One"
line "day I'll"
cont "beat you!"
prompt
_CeladonUniversityOutsideWinText::
text "Hmm!"
line "Need to brush"
cont "up?"
prompt
_CeladonUniversityOutsideAfterBattleText::
text "I'll get you next"
line "time!"
done
_CeladonUniversityOutsideYesNo2::
text "I've been working"
line "on a digital"
cont "#MON."
para "Want to help me"
line "test it for my"
cont "thesis?"
done
_CeladonUniversityOutsideYesNo3::
text "I had the TRADER"
line "lend me a hand."
para "I could beat"
line "anyone in the"
cont "UNIVERSITY!"
para "Try me!"
done
_CeladonUniversityOutsideYesNo4::
text "Hey! I met you"
line "in MT. MOON!"
para "Want a rematch?"
done
_CeladonUniversityOutsideNPC1::
text "I qualified for"
line "this UNIVERSITY"
cont "through a"
cont "magazine."
done
_CeladonUniversityOutsideNPC2::
text "I got referred"
line "after studying"
cont "with ERIKA."
para "Her GRASS-type"
line "knowledge is"
cont "astounding!"
done
_CeladonMagikarp::
text "MAGIKARP: Blub..."
done