ReC98/th03/formats/win.hpp

8 lines
354 B
C++
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

// TH03's win screen lines are stored in another simple plaintext file that
// contains one 3×60-byte block of lines per playchar, followed by two more
// fixed blocks shown at the end of stages 6 and 7. In contrast to TH02's
// dialog text files, these don't use any padding bytes.
static const int WIN_LINES = 3;
static const int WIN_LINE_SIZE = 60;