* 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
* Fixed undefined size for level up stats menu
Fixes#207
* Fixed crashes from opponent switching Pokemon
Fixes#212.
* Fixed too-tall dirt between Viridian and Route 22
Fixes#211.
* Fixed buildings having too wide bricks
Fixes#213
* Renamed statistics to items in tests.html
* Added MenuGraphr::deleteAllMenus
Used it to fix#210
* Widened the battle title menu
Fixes#209
Partial fix for #38. IT looks like creating Thing sprites is what's
taking up a lot of the test time on each setLocation, so this makes the
FSP screen size much smaller for the tests.