Alien Storm (Genesis) Credits Select Cheat Tool Version 1.1
A command-line tool that computes some stuff regarding the Genesis Alien Storm game's credits select cheat.
|
Functions for computing minimum solution lengths, regardless of the initial internal state. More...
#include "Constants.h"
Functions | |
bool | _FindMinimumSolutionLength (unsigned short InternalState, unsigned short TargetInternalState) |
void | _ComputeMinimumSolutionLengths () |
Functions for computing minimum solution lengths, regardless of the initial internal state.
void _ComputeMinimumSolutionLengths | ( | ) |
This method computes all the minimum solution lengths.
It's done in various steps iteratively with no lengthy recursive searches.
bool _FindMinimumSolutionLength | ( | unsigned short | InternalState, |
unsigned short | TargetInternalState | ||
) |
This is the main logic behind the method that computes all the minimum solution lengths.
[in] | InternalState | The starting internal state. |
[in] | TargetInternalState | The internal state to obtain by altering the InternalState variable, through button presses. |