plan: as a joke, port Apple II "Peasant's Quest" to DOS for the CGA Jam, how hard could it be...

I'm re-learning a lot of Turbo Pascal at least. I actually would have had a playable Proof-of-Concept by now if work wasn't over-the-top busy this semester.

for those curious, the dialog box is the wrong size because I forgot to init a variable to 0 and I am spoiled by modern compilers which warn you of that.

the weird glitches in the text are because I use chars above 128 to substitute common words (to save space) and I haven't gotten around to implementing that properly in the print routine yet