* Fixed NIDORANFemaleSymbol's natural moves
Fixes#221
* Fixed cycling going through walls
Flying through the air at hundreds of miles an hour, with an altitude
of 37,005 feet, it is finally fixed.
Borders needed to be accounted for more accurately. Lower speeds were
fine because the player would still be found as within the region after
overlapping, but higher speeds let the player just blow past the guards.
Fixes#178
* Fix for accessible mountaintop below Route 22
Also added a negative tolBottom to the MountainTop Solid so it doesn't
get all weird walking below it.
Fixes#220
* Stopped bagActivate methods while player is walking
* Standardized default AudioPlayr volume to 1
When localStorage is cleared on a New Game, it makes sense to keep the
volume the same as the constructor's default of 1.
Fixes#219
* Fixed overlap detection for collision detectors
Fixes#202
* Added walking forward step back to surfing
It was missing as a result of the new bordering checks.
* Prevented cycling while surfing