diff options
| author | luckytyphlosion <alan.rj.huang@gmail.com> | 2016-05-23 15:52:20 -0400 |
|---|---|---|
| committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2016-05-23 15:52:20 -0400 |
| commit | 5b53dbe15d0f24c0ebcb537d7e11c106abd99867 (patch) | |
| tree | a5323e702ca9e0e3a2a97d49bdf57b561f9fe0e3 /text.asm | |
| parent | Merge pull request #8 from PikalaxALT/master (diff) | |
| download | pokeyellow-5b53dbe15d0f24c0ebcb537d7e11c106abd99867.tar.gz pokeyellow-5b53dbe15d0f24c0ebcb537d7e11c106abd99867.tar.xz pokeyellow-5b53dbe15d0f24c0ebcb537d7e11c106abd99867.zip | |
Bank7 misc functions
Also delete gfx/intro_nido pngs (aren't used in the build)
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!" |
