If you appreciate the work done within the wiki, please consider supporting The Cutting Room Floor on Patreon. Thanks for all your support!

Powermonger (Genesis)

From The Cutting Room Floor
Jump to navigation Jump to search

Title Screen

Powermonger

Developer: Sprytes
Publishers: Electronic Arts Victor (JP), Electronic Arts (US/EU)
Platform: Genesis
Released in JP: June 18, 1993
Released in US: 1993
Released in EU: 1993


DebugIcon.png This game has debugging material.


Debug Display

PowerMonger-Genesis-DebugDisplay.png

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