From fafb1b30c63f853f473d54cef15d7becfc07288b Mon Sep 17 00:00:00 2001 From: Vince Weaver Date: Tue, 16 Nov 2021 16:45:27 -0500 Subject: [PATCH] peasant: text: more merging of the text files --- games/peasant/text/Makefile | 3 +++ games/peasant/text/trogdor.inc | 17 ++++++++++++++--- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/games/peasant/text/Makefile b/games/peasant/text/Makefile index e14154e9..dcb5a52e 100644 --- a/games/peasant/text/Makefile +++ b/games/peasant/text/Makefile @@ -10,6 +10,7 @@ all: dump_text shrink_text \ inside.inc.lookup \ inn.inc.lookup \ cliff.inc.lookup \ + trogdor.inc.lookup \ common.inc.lookup ### @@ -41,6 +42,8 @@ peasant4.inc.lookup: peasant4.inc shrink_text kerrek.inc.lookup: kerrek.inc shrink_text ./shrink_text < kerrek.inc > kerrek.inc.lookup +trogdor.inc.lookup: trogdor.inc shrink_text + ./shrink_text < trogdor.inc > trogdor.inc.lookup ### diff --git a/games/peasant/text/trogdor.inc b/games/peasant/text/trogdor.inc index f01dfe8a..84bf6128 100644 --- a/games/peasant/text/trogdor.inc +++ b/games/peasant/text/trogdor.inc @@ -33,9 +33,20 @@ .byte "You scream that your name is Rather Dashing and that Trogdor burninated your cottage and you're here for revenge!",0 .byte 34,"Sup, mortal,",34," booms Trogdor. ",34,"I really appreciate you making the effort to come all the way up here and vanquish me and all. But, I'm kinda indestructible.",34,0 .byte 34,"Yeah, I can't be killed. I'm surprised nobody mentioned that to you. I'll admit though, you've gotten farther than anybody else ever has. I bet they'll make a statue or something in honor of you somewheres.",34,0 -.byte 34,"I can honestly say it'll be a pleasure and an honor to burninate you, Rather Dashing.",34,0 -.byte "Aw that sure was nice of him!",0 -.byte "Congratulations! You've won! No one can kill Trogdor but you came closer than anybody ever! Way to go!",0 + +.byte 34,"I can honestly say it'll",13 +.byte "be a pleasure and an honor",13 +.byte "to burninate you, Rather",13 +.byte "Dashing.",34,0 + +.byte "Aw that sure was nice of",13 +.byte "him!",0 + +.byte "Congratulations! You've",13 +.byte "won! No one can kill",13 +.byte "Trogdor but you came closer",13 +.byte "than anybody ever! Way to",13 +.byte "go!",0 ; + wake up trogdor .byte "'Troggie...', you murmur. 'Troggie, wake up it's time for Burnination school.' He's not budging.",0