diff --git a/CHANGELOG.md b/CHANGELOG.md index 87016dd6..9336133c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,11 +11,11 @@ The **"Breaking Changes"** listed below are changes that have been made in the d - Accomodate event object graphics pointer table being explicitly indexed. From changes introduced in commits [cdae0c1444bed98e652c87dc3e3edcecacfef8be](https://github.com/pret/pokeemerald/commit/cdae0c1444bed98e652c87dc3e3edcecacfef8be) and [0e8ccfc4fd3544001f4c25fafd401f7558bdefba](https://github.com/pret/pokeruby/commit/0e8ccfc4fd3544001f4c25fafd401f7558bdefba). ### Added -- Add warning when closing porymap with unsaved changes. +- Add wild encounter table editor. - Support metatile labels file introduced in pokeruby and pokeemerald commits [ad365a35c1536740cbcbc10bee66e5dd908c39e7](https://github.com/pret/pokeruby/commit/ad365a35c1536740cbcbc10bee66e5dd908c39e7) and [c68ba9f4e8e260f2e3389eccd15f6ee5f4bdcd3e](https://github.com/pret/pokeemerald/commit/c68ba9f4e8e260f2e3389eccd15f6ee5f4bdcd3e). +- Add warning when closing porymap with unsaved changes. ### Changed -- Add wild encounter table editor. - Exporting map images is now more configurable. Events, connections, collision, etc. can be toggled on and off before exporting the image. - The entire Tileset Editor selection is now conveniently flipped when selecting x-flip or y-flip. - Autocomplete for porymap's comboboxes no longer require typing the full string prefix.