aboutsummaryrefslogtreecommitdiff
path: root/engines/dreamweb/stubs.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/dreamweb/stubs.cpp')
-rw-r--r--engines/dreamweb/stubs.cpp22
1 files changed, 22 insertions, 0 deletions
diff --git a/engines/dreamweb/stubs.cpp b/engines/dreamweb/stubs.cpp
index 81d284cd38..e6a32132d7 100644
--- a/engines/dreamweb/stubs.cpp
+++ b/engines/dreamweb/stubs.cpp
@@ -2463,5 +2463,27 @@ void DreamGenContext::lastfolder() {
}
}
+void DreamGenContext::folderhints() {
+ if (data.byte(kFolderpage) == 5) {
+ if ((data.byte(kAidedead) != 1) && (getlocation(13) != 1)) {
+ setlocation(13);
+ showfolder();
+ const uint8 *string = getTextInFile1(30);
+ printdirect(string, 0, 86, 141, true);
+ worktoscreenm();
+ hangonp(200);
+ }
+ } else if (data.byte(kFolderpage) == 9) {
+ if (getlocation(7) != 1) {
+ setlocation(7);
+ showfolder();
+ const uint8 *string = getTextInFile1(31);
+ printdirect(string, 0, 86, 141, true);
+ worktoscreenm();
+ hangonp(200);
+ }
+ }
+}
+
} /*namespace dreamgen */