peasant: add quotes to videlectrix message

This commit is contained in:
Vince Weaver 2021-10-13 08:42:34 -04:00
parent 7c5a9cdc14
commit 01aa0e7244
2 changed files with 8 additions and 4 deletions

View File

@ -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

View File

@ -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