From 01aa0e7244f076577339e05f8abc24985126632b Mon Sep 17 00:00:00 2001 From: Vince Weaver Date: Wed, 13 Oct 2021 08:42:34 -0400 Subject: [PATCH] peasant: add quotes to videlectrix message --- games/peasant/TODO | 8 ++++++-- games/peasant/game_over.s | 4 ++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/games/peasant/TODO b/games/peasant/TODO index 917c381a..7ebf6085 100644 --- a/games/peasant/TODO +++ b/games/peasant/TODO @@ -1,12 +1,17 @@ TODO: ++ animation for game_over ++ hook up game_over for "quit" and "copy" ++ music for game over + + consolidate the lookup info for message box sizes, as in the end only Y2 is changing + background priority mask not working when at far top of screen -+ ESC SKIPS at top of intro + Loading screen is slow when getting names Print "Loading" message while doing it? + Or: move all save games to one sector (64 bytes each?) + + After loading, no need to clear text before moving to next level + complete waterfall, including animation @@ -48,7 +53,6 @@ Peasantry: - animation for the boat - animation of River - animation of waterfall -- Priorities for all rooms - Hook up hidden glen, inside of cottages and inn - Archery minigame diff --git a/games/peasant/game_over.s b/games/peasant/game_over.s index d01cfe5b..245f2481 100644 --- a/games/peasant/game_over.s +++ b/games/peasant/game_over.s @@ -124,11 +124,11 @@ game_over: .include "graphics_over/game_over_graphics.inc" game_over_text: -.byte "Thanks so much for playing",13 +.byte 34,"Thanks so much for playing",13 .byte "this game here! Don't get too",13 .byte "frustrated. Take some time",13 .byte "for yourself. Have a refreshing",13 .byte "coffee. Relax. Then come back",13 -.byte "and try again maybe!",13 +.byte "and try again maybe!",34,13 .byte " -The Videlectrix Guys",0