aboutsummaryrefslogtreecommitdiff
path: root/engines/dreamweb/dreamgen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/dreamweb/dreamgen.cpp')
-rw-r--r--engines/dreamweb/dreamgen.cpp51
1 files changed, 0 insertions, 51 deletions
diff --git a/engines/dreamweb/dreamgen.cpp b/engines/dreamweb/dreamgen.cpp
index 820395953a..f9f1667c77 100644
--- a/engines/dreamweb/dreamgen.cpp
+++ b/engines/dreamweb/dreamgen.cpp
@@ -2135,24 +2135,6 @@ findopen2a:
goto findopen1a;
}
-void DreamGenContext::makeMainScreen() {
- STACK_CHECK;
- createPanel();
- data.byte(kNewobs) = 1;
- drawFloor();
- spriteUpdate();
- printSprites();
- reelsOnScreen();
- showIcon();
- getUnderZoom();
- underTextLine();
- data.byte(kCommandtype) = 255;
- animPointer();
- workToScreenM();
- data.byte(kCommandtype) = 200;
- data.byte(kManisoffscreen) = 0;
-}
-
void DreamGenContext::incRyanPage() {
STACK_CHECK;
_cmp(data.byte(kCommandtype), 222);
@@ -2187,18 +2169,6 @@ findnewpage:
delPointer();
}
-void DreamGenContext::openInv() {
- STACK_CHECK;
- data.byte(kInvopen) = 1;
- al = 61;
- di = (80);
- bx = (58)-10;
- dl = 240;
- printMessage();
- fillRyan();
- data.byte(kCommandtype) = 255;
-}
-
void DreamGenContext::openOb() {
STACK_CHECK;
al = data.byte(kOpenedob);
@@ -2310,27 +2280,6 @@ fullcup:
printDirect();
}
-void DreamGenContext::obsThatDoThings() {
- STACK_CHECK;
- al = data.byte(kCommand);
- ah = data.byte(kObjecttype);
- cl = 'M';
- ch = 'E';
- dl = 'M';
- dh = 'B';
- compare();
- if (!flags.z())
- return /* (notlouiscard) */;
- al = 4;
- getLocation();
- _cmp(al, 1);
- if (flags.z())
- return /* (seencard) */;
- al = 4;
- setLocation();
- lookAtCard();
-}
-
void DreamGenContext::getObTextStart() {
STACK_CHECK;
es = data.word(kFreedesc);