Game Control Bar cannot be toggled in Replay Mode. F9 does nothing. Control Bar toggle button does nothing.
GenTool fixes this by hacking following addresses (game.dat):
0x460BD4 > NOP 9 bytes to allow toggle down
0x460C73 > NOP 9 bytes to allow toggle up
0x460D9E > NOP 9 bytes to allow toggle
0x5ED73A > NOP 9 bytes to allow F9 toggle
(NOP meaning No Operation aka 0x90 for x86)
Game Control Bar cannot be toggled in Replay Mode. F9 does nothing. Control Bar toggle button does nothing.
GenTool fixes this by hacking following addresses (game.dat):
0x460BD4> NOP 9 bytes to allow toggle down0x460C73> NOP 9 bytes to allow toggle up0x460D9E> NOP 9 bytes to allow toggle0x5ED73A> NOP 9 bytes to allow F9 toggle(NOP meaning No Operation aka 0x90 for x86)