- The input state is a 142 byte structure. An array of 3 starts at Rxaceb8.
- input_state[0] (0x4ACE18) is ingame player 1
- input_state[1] (0x4ACEA6) is ingame player 2
- input_state[2] (0x4ACF34) is meta input (input picked up by menus and such)
- The actual input poller is at 0x42B850.
- The wrapper function that calls the input poller to retrieve all the inputs is at 0x42E9C0
These hex values correspond to following inputs: (the inputs are combined by using logical OR, they're bit flags. Also those are hexadecimal numbers)