You've already forked FullScreenPokemon
mirror of
https://github.com/FullScreenShenanigans/FullScreenPokemon.git
synced 2026-04-28 12:58:40 -07:00
6f4a78edf9
* 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