From 5b53dbe15d0f24c0ebcb537d7e11c106abd99867 Mon Sep 17 00:00:00 2001 From: luckytyphlosion Date: Mon, 23 May 2016 15:52:20 -0400 Subject: Bank7 misc functions Also delete gfx/intro_nido pngs (aren't used in the build) --- text.asm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'text.asm') diff --git a/text.asm b/text.asm index 47721ff4..d8e01bf9 100644 --- a/text.asm +++ b/text.asm @@ -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!" -- cgit v1.3.1-sl0p