Breaking Changes
- pokeemerald and pokeruby both underwent a naming consistency update with respect to "object events". As such, these naming changes break old versions of Porymap.
- pokeemerald object event PR: pret/pokeemerald#910
- pokeruby object event PR: pret/pokeruby#768
Added
- Add optional support for Poryscript script files via the
use_poryscript
config option. - Selecting a group of metatiles from the map area now also copies the collision properties, too.
- Add keyboard shortcut
Ctrl + G
for toggling the map grid.
Changed
- Draw map connections with the current map's tilesets to more accurately mimic their appearance in-game.
Fixed
- Fix index-out-of-bounds crash when deleting the last event in an event type group.
- Fix bug where exporting tileset images could add an extra row of junk at the end.
- Fix crashes when encountering an error opening a project or map.
- Fix bug where comboboxes and wild pokemon data could grow large when opening projects multiple times during the same porymap session.
- Fix bug where dragging the metatile selector would visually extend beyond map boundary.