* Fixed error thrown in openPokedexListing
Fixes#203
* Moved statistics.js to items.ts
It was storing settings.statistics (old behavior) instead of
settings.items. Changing to TS required fixing the IItemsHoldrCustoms
interface to be more optional.
* Stopped ItemsHoldr from resetting default values
Fixes#206.
* Fixed improperly named function in math.ts
Triggers was undefined because devices.js wasn't included. Having a
controller with fewer buttons or axes than expected gave out-of-bounds
errors.
This was discovered because my browser now thinks I have an unknown type
of controller attached.
Fixes#79.
Arbitrarily taking a break here. It's going through the same process FSM
went through: copy & pasted JS code into TS file, and going through
function-by-function.