From fea5be469940f400e41fed59a219897a7175d10d Mon Sep 17 00:00:00 2001 From: yenatch Date: Wed, 22 Jan 2014 00:33:44 -0500 Subject: rename and add some text macros cont replaces next, and next becomes a generic newline. para replaces page (now used for pokedex entries). dex ends a pokedex entry. --- text/oakspeech.asm | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) (limited to 'text/oakspeech.asm') diff --git a/text/oakspeech.asm b/text/oakspeech.asm index 8494e61a..a5851730 100644 --- a/text/oakspeech.asm +++ b/text/oakspeech.asm @@ -1,28 +1,28 @@ _OakSpeechText1: text "Hello there!" line "Welcome to the" - next "world of #MON!" + cont "world of #MON!" - page "My name is OAK!" + para "My name is OAK!" line "People call me" - next "the #MON PROF!" + cont "the #MON PROF!" prompt _OakSpeechText2A: text "This world is" line "inhabited by" - next "creatures called" - next "#MON!@@" + cont "creatures called" + cont "#MON!@@" _OakSpeechText2B: text $51,"For some people," line "#MON are" - next "pets. Others use" - next "them for fights." + cont "pets. Others use" + cont "them for fights." - page "Myself..." + para "Myself..." - page "I study #MON" + para "I study #MON" line "as a profession." prompt @@ -34,23 +34,23 @@ _IntroducePlayerText: _IntroduceRivalText: text "This is my grand-" line "son. He's been" - next "your rival since" - next "you were a baby." + cont "your rival since" + cont "you were a baby." - page "...Erm, what is" + para "...Erm, what is" line "his name again?" prompt _OakSpeechText3: text $52,"!" - page "Your very own" + para "Your very own" line "#MON legend is" - next "about to unfold!" + cont "about to unfold!" - page "A world of dreams" + para "A world of dreams" line "and adventures" - next "with #MON" - next "awaits! Let's go!" + cont "with #MON" + cont "awaits! Let's go!" done -- cgit v1.3.1-sl0p