|
Dr. Mario 64 Password Tool Version 1.1
A command-line tool written in C++ that allows to generate and decode the passwords of Dr. Mario 64.
|
PasswordDecode.cpp's header file. More...
Go to the source code of this file.
Functions | |
| bool | _DecodePassword (const char Password[], unsigned char &GameMode, unsigned char &Level, unsigned char &Speed, unsigned int &Score, unsigned short &Time, unsigned char PlayerName[], unsigned short &FrameCount) |
PasswordDecode.cpp's header file.
| bool _DecodePassword | ( | const char | Password[], |
| unsigned char & | GameMode, | ||
| unsigned char & | Level, | ||
| unsigned char & | Speed, | ||
| unsigned int & | Score, | ||
| unsigned short & | Time, | ||
| unsigned char | PlayerName[], | ||
| unsigned short & | FrameCount ) |
Decodes the password given in input.
More information on valid in-game data that can be found in the documentation of _GeneratePassword().
| [in] | Password | The password to decode. |
| [out] | GameMode | Decoded game mode. |
| [out] | Level | Decoded virus/game level. |
| [out] | Speed | Decoded speed. |
| [out] | Score | Decoded score. |
| [out] | Time | Decoded time. |
| [out] | PlayerName | Decoded player name. |
| [out] | FrameCount | Decoded frame count. |