Prev: 51226 Up: Map Next: 51310
51280: User Defined Keys
Note although there are 3 "sets" - it doesn't always follow that the monster IDs correlate with the set IDs.
For instance; if George and Lizzy are computer controlled and Ralph uses the keyboard - he will use set 1. The sets are assigned sequentially to being assigned to a player.
UserDefinedKeys_Set1 51280 DEFB 251,1 Stores in the following format:
Port Bits
251 00000001
251 00000010
223 00000010
191 00000100
223 00000001
51282 DEFB 251,2
51284 DEFB 223,2
51286 DEFB 191,4
51288 DEFB 223,1
UserDefinedKeys_Set2 51290 DEFB 251,1 Stores in the following format:
Port Bits
251 00000001
251 00000010
223 00000010
191 00000100
223 00000001
51292 DEFB 251,2
51294 DEFB 223,2
51296 DEFB 191,4
51298 DEFB 223,1
UserDefinedKeys_Set3 51300 DEFB 251,1 Stores in the following format:
Port Bits
251 00000001
251 00000010
223 00000010
191 00000100
223 00000001
51302 DEFB 251,2
51304 DEFB 223,2
51306 DEFB 191,4
51308 DEFB 223,1
Prev: 51226 Up: Map Next: 51310