Hacking : Keyboard Controls
It is possible to modify some of the Keyboard functions of Bloodwych fairly easily.
Starting with the very basics, the following is the code for the player 1 and player 2 keyboard controls for movement;
5F 46 4E 4F 4D 4C 12 10 22 20 21 11
This can be found in BW at ($0656) [$02EC] - or can be searched for manually.
These hex numbers represent the keycodes for :
Help - Del - Cursor Right - Cursor Left - Cursor Down - Cursor Up - E - Q - D - A - S - W
and can be substituted for alternative keycodes if wanted, in order to change the in-game keys.
It is also possible to change the operation of the key-controls for the main menu, but this is discussed seperately in the Menu Layout section of this resource.
For reference, the Amiga keycodes are laid out as such;
(http://www.ultimateamiga.co.uk/HostedProjects/GamesCorner/TheCryptOfBloodwych/Images/Editor/KeyRaw.gif)