From 582c0826d855d61c91a0becb126173fd638239e6 Mon Sep 17 00:00:00 2001 From: jeffman Date: Fri, 27 Mar 2015 01:25:21 -0400 Subject: [PATCH] Updated TODO --- TODO.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/TODO.md b/TODO.md index f6910d6..b31ae92 100644 --- a/TODO.md +++ b/TODO.md @@ -27,11 +27,11 @@ - [X] VWF core - [X] VWF for Talk - [X] VWF for Check -- [ ] VWF for Goods menu +- [X] VWF for Goods menu - [ ] VWF for PSI menu - [X] VWF for Status window - [X] VWF for cash window -- [ ] Make PSI sub-menus (from Status window) redraw only when needed (currently they redraw continuously when they're not needed, and likewise they don't redraw when they are needed) +- [X] Make PSI sub-menus (from Status window) redraw only when needed (currently they redraw continuously when they're not needed, and likewise they don't redraw when they are needed) - [ ] Make Status window redraw properly when exiting from a PSI sub-menu - [ ] VWF for HP/PP boxes - [ ] VWF for naming screens @@ -43,6 +43,7 @@ - [ ] VWF for Saturn font - [ ] VWF for small font - [ ] VWF for big font (already implemented this in a past project, just need to migrate it) +- [ ] BUG: jump control codes seem to be resetting pixel X values when they shouldn't - [ ] TODO: replace load/store chains with ldmia/stmia ### M2 - hacking (misc, lower priority)