From 65e910cba31de3a60c837ac2494abccf93550029 Mon Sep 17 00:00:00 2001 From: Remy Oukaour Date: Mon, 25 Sep 2017 23:04:34 -0400 Subject: [PATCH] TODO --- TODO.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/TODO.md b/TODO.md index 3bbe8c7..11b8c64 100644 --- a/TODO.md +++ b/TODO.md @@ -1,7 +1,8 @@ # To Do -* Undo + Redo -* Add/remove metatiles +* **Add:** Undo + Redo +* **Add:** Add + remove metatiles +* **Fix:** incorrect sidebar size when resizing window (sometimes) ## Maybe @@ -19,3 +20,5 @@ * Edit associated event data * Even if a .blk had one associated map, the cost-benefit of writing an event editor program instead of using a text editor is not worth it. * I specifically dislike when Crowdmap messes up .asm files' formatting and creates spurious changelogs. +* Edit associated collision data + * Polished Crystal's collision data is stored as assembly code, not binary, and does not need a GUI editor.