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