kep-hack/text/CeladonUniversityOutside.asm
Llinos Evans 62059aafd5 Bug fixes
- Fixes a bug where the Game Corner poster would pretend to be an Arbok. Very effective disguise.
- Fixes some text in Celadon University that would simply look odd. I need to use hyphens more, the rest of the game does it!
- Decapitalised the "normal-type" in Viridian Pre-Gym to match the rest of the game.
- Changed some SFX cues to use the level-up sound, but it's clearly crysaudio that causes this. Will talk with Dannye.
2023-06-12 12:48:08 +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 beat"
cont "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