Maruno17 / pokemon-essentials

A heavily modified RPG Maker XP game project that makes the game play like a Pokémon game. Not a full project in itself; this repo is to be added into an existing RMXP game project.
Other
208 stars 398 forks source link

Fixed movement type in some methods #185

Closed Golisopod-User closed 2 years ago

Golisopod-User commented 2 years ago

Updated the movement type set by pbUpdateVehicle and pbFishingEnd to use the _stopped version of the movement types. This allows plugins that implement separate "Stationary" charsets to work properly.