diff options
author | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-23 15:57:48 -0400 |
---|---|---|
committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-23 15:57:48 -0400 |
commit | 9da88a19beed6b713317bb446d21cbd493ab8009 (patch) | |
tree | d8d6cc4df3c3dcb00541b5bda9cae842584a7009 /text.asm | |
parent | e63bfa7741d503fa2710792898ac4a2b5b859acf (diff) | |
parent | 5b53dbe15d0f24c0ebcb537d7e11c106abd99867 (diff) |
Merge branch 'master' of github.com:pret/pokeyellow
Diffstat (limited to 'text.asm')
-rw-r--r-- | text.asm | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -559,7 +559,7 @@ _GameOverText:: line "GAME is over!" done -_CinnabarGymQuizIntroText:: +_CinnabarGymQuizDummyIntroText:: text "#MON Quiz!" para "Get it right and" @@ -578,6 +578,7 @@ _CinnabarGymQuizIntroText:: line "Here we go!" prompt +_CinnabarGymQuizIntroText:: text "#MON Quiz!" para "Get it right and" @@ -598,6 +599,7 @@ _CinnabarGymQuizIntroText:: db $51 done +_CinnabarGymQuizShortIntroText:: text "#MON Quiz!" line "Test your skill!" |