Powermonger (Genesis)
Powermonger |
---|
Developer: Sprytes This game has debugging material. |
Debug Display
This unreferenced display shows build information and several game state variables.
The password SHOW VERSION INFORMATION should display this in-game. Each password is stored along with a handler function address, which is executed when the password is activated. However, the handler corresponding to this password is a no-op, since it points to a rts
instruction:
handler_show_version_info 000654e4 4e 75 rts ; ... 000a4708 00 06 54 e4 addr FUN_000653ee::handler_show_version_info 000a470c 53 48 4f ds "SHOW VERSION INFORMATION" 57 20 56 45 52 53
The function that loads the display is still present at address 0006D0E8. We can force it to be loaded by replacing the address operand of calls to the function that loads the in-game status text (i.e. "[...] is in camp and fit with [...]"). Use one of the following codes:
Game Genie | Patch |
---|---|
7BVT-SBXA 7BVT-SB18 |
076360:D0E8 0763FE:D0E8 |
If the above patch is applied directly to the ROM, then a checksum comparison must also be bypassed:
0C1988:4E75
- Pages missing developer references
- Games developed by Sprytes
- Pages missing publisher references
- Games published by Electronic Arts Victor
- Games published by Electronic Arts
- Genesis games
- Pages missing date references
- Games released in 1993
- Games released in June
- Games released on June 18
- Games with debugging functions
Cleanup > Pages missing date references
Cleanup > Pages missing developer references
Cleanup > Pages missing publisher references
Games > Games by content > Games with debugging functions
Games > Games by developer > Games developed by Sprytes
Games > Games by platform > Genesis games
Games > Games by publisher > Games published by Electronic Arts
Games > Games by publisher > Games published by Electronic Arts
Games > Games by publisher > Games published by JVC > Games published by Victor Entertainment > Games published by Electronic Arts Victor
Games > Games by release date > Games released in 1993
Games > Games by release date > Games released in June
Games > Games by release date > Games released in June > Games released on June 18