diff options
Diffstat (limited to 'text/CinnabarGym.asm')
-rw-r--r-- | text/CinnabarGym.asm | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/text/CinnabarGym.asm b/text/CinnabarGym.asm index 00fa7084..03855d6d 100644 --- a/text/CinnabarGym.asm +++ b/text/CinnabarGym.asm @@ -210,3 +210,46 @@ _CinnabarGymGuidePostBattleText:: text "<PLAYER>! You beat" line "that fire brand!" done + +_CinnabarGymText_1:: + text "This GYM is also" + line "known as the QUIZ" + cont "GYM." + + para "You have to take a" + line "quiz if you want" + cont "to see BLAINE." + + para "You don't have to" + line "fight us if you" + cont "get it right." + done + +_CinnabarGymText_2:: + text "Think you can do" + line "it?" + done + +_CinnabarGymText_3:: + text "This one's tricky!" + done + +_CinnabarGymText_4:: + text "#MON enjoy" + line "quizzes too!" + done + +_CinnabarGymText_5:: + text "I like it here at" + line "QUIZ GYM." + done + +_CinnabarGymText_6:: + text "This is the last" + line "question." + done + +_CinnabarGymText_7:: + text "Come on, answer" + line "the question!" + done |