Alien Storm (Genesis) Credits Select Cheat Tool Version 1.2
A command-line tool that computes some stuff regarding the Genesis Alien Storm game's credits select cheat.
Loading...
Searching...
No Matches
Constants.cpp File Reference

Constants file. All the program's constant are defined in this file. More...

#include <string>

Variables

const string ProgramName = "Alien Storm (Genesis) Credits Select Cheat Tool"
const string ProgramVersion = "1.2"
const unsigned char SplashScreenSpacingLeft = 1
const unsigned char SplashScreenWidth = 64
unsigned short ** RainbowTable
unsigned short * MinimumSolutionLength
const unsigned short ButtonCodes [7]
const string ButtonNames [7]
const unsigned short InternalStateInitialValue = 0x0000
const unsigned short InternalStateTargetValue = 0x3929
const string FileNameAllSolutionsPruneTablesCSV = "all_solutions_prune.csv"
const string FileNameSafeSolutionsPruneTablesCSV = "safe_solutions_prune.csv"
const string FileNameAllSolutionsCSV = "all_solutions.csv"
const string FileNameSafeSolutionsCSV = "safe_solutions.csv"
const char SeparatorCSV = ','
const char RainbowTableMemoryAllocationError = 1
const char FileErrorAllSolutionsPruneTablesCSV = 2
const char FileErrorSafeSolutionsPruneTablesCSV = 3
const char FileErrorAllSolutionsCSV = 4
const char FileErrorSafeSolutionsCSV = 5

Detailed Description

Constants file. All the program's constant are defined in this file.

Author
WaluigiBSOD

Variable Documentation

◆ ButtonCodes

const unsigned short ButtonCodes[7]
extern
Initial value:
= {
0x01,
0x02,
0x04,
0x08,
0x10,
0x20,
0x40
}

◆ ButtonNames

const string ButtonNames[7]
extern
Initial value:
= {
"Up",
"Down",
"Left",
"Right",
"C",
"A",
"B"
}