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 | Name some wram address refs (diff) | |
| parent | Bank7 misc functions (diff) | |
| download | pokeyellow-9da88a19beed6b713317bb446d21cbd493ab8009.tar.gz pokeyellow-9da88a19beed6b713317bb446d21cbd493ab8009.tar.xz pokeyellow-9da88a19beed6b713317bb446d21cbd493ab8009.zip | |
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!" |
