Commit Graph

7 Commits

Author SHA1 Message Date
Josh Goldberg 6f4a78edf9 Smaller RCOS bug fixes (#216)
* 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
2016-04-08 01:27:04 -07:00
Josh Goldberg 4303270a03 Brought in updated modules, UsageHelpr
help.ts now contains the help settings that used to be in ui.js.
2016-01-01 21:01:42 -05:00
Josh Goldberg ceace0f003 Updated tests to reference AreaSpawnr rename 2015-12-31 22:37:40 -05:00
Josh Goldberg 3af9a35dbd Separated settings/maps.js into settings/maps/...js
Updated grunt, tests, and gitignore to go with it. This is the same
change as FullScreenMario.
2015-11-27 20:04:01 -08:00
Josh Goldberg 0d892c6ac3 Added split references to tests 2015-10-21 22:11:46 -07:00
Josh Goldberg 4840806363 Added smaller screen size (GameBoy)
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.
2015-09-14 23:46:57 -07:00
Josh Goldberg ccae2d473a Initial Tests dir (not all passing) 2015-09-10 20:54:36 -07:00