* Added mod for "Mobile PokeCenter'. Fixes#241
* 'onChange' is now called after the menu deletes, displaying the correct UI behavior
* Added void return type and stylistic changes
* Delete Getting Started.md
It's covered by the Documentation repo.
* Bumped MenuGraphr to 0.5.4
* Closes#280
Bug fix: Z press during starter selection
* Changed badge names from name of gym leader to name of actual badge
* Delete Getting Started.md
It's covered by the Documentation repo.
* Bumped MenuGraphr to 0.5.4
* Set textPaddingRight to three within GeneralText to get propper padding
* Fixed occasional out-of-test errors
js-beautify has its real file in lib (not bin). main.ts shouldn't
require FSP if testing is happening (see
https://github.com/FullScreenShenanigans/gulp-shenanigans/issues/22 for
a proposed better solution).
* Added references to test types in main.ts
* Switched typeof checks to window as any
* Brought in cleaner BattleMovr
The biggest change is that `battleInfo` now has a `battlers` section for
the player and opponent. This removes the need for some of those ugly
`any` casts.
Starts on #126.
* Bumped BattleMovr to 0.5.2