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.cpp60
1 files changed, 0 insertions, 60 deletions
diff --git a/engines/dreamweb/dreamgen.cpp b/engines/dreamweb/dreamgen.cpp
index c64e2f9ef3..0129dbdedd 100644
--- a/engines/dreamweb/dreamgen.cpp
+++ b/engines/dreamweb/dreamgen.cpp
@@ -6240,16 +6240,6 @@ keyontv:
data.byte(kGetback) = 1;
}
-void DreamGenContext::openLouis() {
- STACK_CHECK;
- al = 5;
- ah = 2;
- cl = 3;
- ch = 8;
- enterCode();
- data.byte(kGetback) = 1;
-}
-
void DreamGenContext::nextColon() {
STACK_CHECK;
lookcolon:
@@ -6260,56 +6250,6 @@ lookcolon:
goto lookcolon;
}
-void DreamGenContext::openYourNeighbour() {
- STACK_CHECK;
- al = 255;
- ah = 255;
- cl = 255;
- ch = 255;
- enterCode();
- data.byte(kGetback) = 1;
-}
-
-void DreamGenContext::openRyan() {
- STACK_CHECK;
- al = 5;
- ah = 1;
- cl = 0;
- ch = 6;
- enterCode();
- data.byte(kGetback) = 1;
-}
-
-void DreamGenContext::openPoolBoss() {
- STACK_CHECK;
- al = 5;
- ah = 2;
- cl = 2;
- ch = 2;
- enterCode();
- data.byte(kGetback) = 1;
-}
-
-void DreamGenContext::openEden() {
- STACK_CHECK;
- al = 2;
- ah = 8;
- cl = 6;
- ch = 5;
- enterCode();
- data.byte(kGetback) = 1;
-}
-
-void DreamGenContext::openSarters() {
- STACK_CHECK;
- al = 7;
- ah = 8;
- cl = 3;
- ch = 3;
- enterCode();
- data.byte(kGetback) = 1;
-}
-
void DreamGenContext::drawItAll() {
STACK_CHECK;
createPanel();