home *** CD-ROM | disk | FTP | other *** search
- #define __DEFINE_MISC_VARS
- #include "../manic.h"
- #include "misc.h"
-
- const char SCROLLtext[] = " . . . . . . . . . . . MANIC MINER . . \x7F BUG-BYTE ltd. 1983 . . By Matthew Smith . . . Q to P = Left & Right . . Bottom row = Jump . . A to G = Pause . . H to L = Tune On/Off . . . Guide Miner Willy through 20 lethal caverns . . . . . . . . ";
-
- const coords_t SKYp[3][4] = {
- { {8, 0}, {72, 0}, {136, 0}, {200, 0} },
- { {40, 0}, {104, 0}, {168, 0}, {232, 0} },
- { {24, 0}, {88, 0}, {152, 0}, {216, 0} },
- };
-