aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/TODOs
diff options
context:
space:
mode:
authorBendegúz Nagy2016-07-12 12:05:20 +0200
committerBendegúz Nagy2016-08-26 23:02:22 +0200
commit4d3c9d99f169efb3991866318d04a644b5de0217 (patch)
tree8afac7012e505d209c411b0149476baf7d242150 /engines/dm/TODOs
parent42cbf35b0bbe821b7127a0a883b4248c4da9f90a (diff)
downloadscummvm-rg350-4d3c9d99f169efb3991866318d04a644b5de0217.tar.gz
scummvm-rg350-4d3c9d99f169efb3991866318d04a644b5de0217.tar.bz2
scummvm-rg350-4d3c9d99f169efb3991866318d04a644b5de0217.zip
DM: Add f367_commandProcessTypes12to27_clickInChampionStatusBox
Diffstat (limited to 'engines/dm/TODOs')
-rw-r--r--engines/dm/TODOs/todo.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/engines/dm/TODOs/todo.txt b/engines/dm/TODOs/todo.txt
index 26aa3335b0..4839d2d781 100644
--- a/engines/dm/TODOs/todo.txt
+++ b/engines/dm/TODOs/todo.txt
@@ -8,8 +8,10 @@ Bugs:
When object are put on the right side of the current square, they disappear
Drawing door ornaments segfaults when going back to the start
-
-
+Possible bugs:
+ - k1_LeftMouseButton and k2_RightMouseButton have values 1 and 2 respectively, contrary to the original in the original: MASK0x0001_MOUSE_RIGHT_BUTTON, MASK0x0002_MOUSE_LEFT_BUTTON
+ - possible garbage value return in f140_getObjectWeight
+
Todo:
Add wiki entry for DM
Rename GraphicIndice enum entires and have their name include GraphicIndice
@@ -26,3 +28,4 @@ Finish stuff:
F0577_VBLANK_Handler, if enought time passes, takes the player's chance to act
- TODO: implement it
- NOTE: _g318_waitForInputMaxVerticalBlankCount is already included in the engine
+