From 22eceb515bfce278120afee4c268c4962b39bb70 Mon Sep 17 00:00:00 2001 From: Vince Weaver Date: Tue, 26 Oct 2021 00:13:19 -0400 Subject: [PATCH] peasant: move some things around --- games/peasant/TODO | 3 +++ .../map.png | Bin games/peasant/text/kerrek.inc | 17 +++++++++++++---- 3 files changed, 16 insertions(+), 4 deletions(-) rename games/peasant/{graphics_peasantry => graphics_map}/map.png (100%) diff --git a/games/peasant/TODO b/games/peasant/TODO index 0b714f30..738a7b7f 100644 --- a/games/peasant/TODO +++ b/games/peasant/TODO @@ -1,5 +1,8 @@ TODO: + +map: fills in as you visit the areas + make text every 9th row so descenders don't interfere? Would throw out option of using part of page2 as more RAM diff --git a/games/peasant/graphics_peasantry/map.png b/games/peasant/graphics_map/map.png similarity index 100% rename from games/peasant/graphics_peasantry/map.png rename to games/peasant/graphics_map/map.png diff --git a/games/peasant/text/kerrek.inc b/games/peasant/text/kerrek.inc index feb4c0d5..8099f2ab 100644 --- a/games/peasant/text/kerrek.inc +++ b/games/peasant/text/kerrek.inc @@ -17,10 +17,13 @@ ; + look kerrek_look_at_message: -.byte "There are large hoof prints in the grass here.",0 +.byte "There are large hoof prints",13 +.byte "in the grass here.",0 ; + look (no Kerrek) -.byte "There are large hoof prints in the the grass here. And it smells like a public latrine.",0 +.byte "There are large hoof prints",13 +.byte "in the the grass here. And",13 +.byte "it smells like a public latrine.",0 ; + look (living Kerrek) ; + look footprints/tracks (living Kerrek) @@ -28,7 +31,11 @@ kerrek_look_at_message: .byte "Get outta here!",0 ; + look footprints/tracks (Kerrek not present) -.byte "If you weren't a simpleton you might think these were Kerrek prints. But since you are a simpleton, you just go, 'Yay! Piggies!' ",0 +.byte "If you weren't a simpleton",13 +.byte "you might think these were",13 +.byte "Kerrek prints. But since",13 +.byte "you are a simpleton, you",13 +.byte "just go, ",34,"Yay! Piggies!",34,0 ; + look (dead Kerrek) .byte "There are large hoof prints in the grass here. There is a large Kerrek-shaped mound on the grass.",0 @@ -71,7 +78,9 @@ kerrek_look_at_message: .byte "Yeah. You smote the Kerrek. You deserve a trophy full of Mutton-ums.",0 ; + kill kerrek (he is not there) -.byte "Good idea. But you kinda need the actual Kerrek to be here for that to work.",0 +.byte "Good idea. But you kinda",13 +.byte "need the actual Kerrek to",13 +.byte "be here for that to work.",0 ; + get arrow (after killing) .byte "Eww! No way. That thing's got some serious Kerrek-Brand kooties on it now.",0