aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--queen/cutaway.cpp35
1 files changed, 18 insertions, 17 deletions
diff --git a/queen/cutaway.cpp b/queen/cutaway.cpp
index 60503b331c..754e6e1094 100644
--- a/queen/cutaway.cpp
+++ b/queen/cutaway.cpp
@@ -28,28 +28,29 @@
namespace Queen {
/*
- Functions needed:
+ TODO soon
- queen.c:
-
- DISP_ROOM
- FACE_JOE
- FIND_GRAPHIC
- FIND_SCALE
- MOVE_JOE
- MOVE_OTHER
- SET_PERSON_DATA
+ - Implement CUTAWAY_SCALE
- talk.c:
-
- SPEAK
+ - Finish Cutaway::handleAnimation
+ - Support the remaining cutaway object types:
+ OBJECT_TYPE_TEXT_SPEAK
+ OBJECT_TYPE_TEXT_DISPLAY_AND_SPEAK
+ OBJECT_TYPE_TEXT_DISPLAY
- Data needed:
+ - Find out why one digit is missing in the voice file names
- CURRSONG
- JOEF (Joe's face direction)
- JX,JY (Joe's coordintes)
+
+ TODO later
+
+ - Finish Cutaway::goToFinalRoom
+
+ - Show credits
+
+ - Play voices
+
+ - Play songs
*/