From 2051127815cc82aa8f563acdd4254245cd7fc574 Mon Sep 17 00:00:00 2001 From: Marcus Huderle Date: Sun, 3 Jul 2022 11:11:03 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf990101..faf35d79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,7 @@ The **"Breaking Changes"** listed below are changes that have been made in the d - The wild encounter editor is automatically disabled if the encounter JSON data cannot be read - Overhauled the region map editor, adding support for tilemaps, and significant customization. Also now supports pokefirered. - Metatiles are always rendered accurately with 3 layers, and the unused layer is not assumed to be transparent. +- `object_event_graphics_info.h` can now be parsed correctly if it uses structs with attributes. ### Fixed - Fix cursor tile outline not updating at the end of a dragged selection.