aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v6.cpp
diff options
context:
space:
mode:
authorTravis Howell2004-01-16 04:55:49 +0000
committerTravis Howell2004-01-16 04:55:49 +0000
commitbafbdc57e6497a4bbc856d106a2e81b23741b6e8 (patch)
treeee2abb11cc6f93286ee439a66d3d6c581fffa72a /scumm/script_v6.cpp
parent555caf225131389d878ba35f484b00bb1d1ba2f1 (diff)
downloadscummvm-rg350-bafbdc57e6497a4bbc856d106a2e81b23741b6e8.tar.gz
scummvm-rg350-bafbdc57e6497a4bbc856d106a2e81b23741b6e8.tar.bz2
scummvm-rg350-bafbdc57e6497a4bbc856d106a2e81b23741b6e8.zip
Add some stubs for Fatty Bear.
svn-id: r12420
Diffstat (limited to 'scumm/script_v6.cpp')
-rw-r--r--scumm/script_v6.cpp11
1 files changed, 9 insertions, 2 deletions
diff --git a/scumm/script_v6.cpp b/scumm/script_v6.cpp
index 2edf01ffbe..3ff70aedbf 100644
--- a/scumm/script_v6.cpp
+++ b/scumm/script_v6.cpp
@@ -2519,8 +2519,9 @@ void ScummEngine_v6::o6_kernelSetFunctions() {
} else {
switch (args[0]) {
case 1:
- //func(args[1], args[2], args[3], args[4], args[5]);
- warning("o6_kernelSetFunctions: nothing in 1");
+ // Used to restore images when decorating cake in
+ // Fatty Bear's Birthday Surprise
+ warning("o6_kernelSetFunctions: stub1()");
break;
case 3:
warning("o6_kernelSetFunctions: nothing in 3");
@@ -2627,6 +2628,12 @@ void ScummEngine_v6::o6_kernelGetFunctions() {
getStackList(args, ARRAYSIZE(args));
switch (args[0]) {
+ case 1:
+ // Used to store images when decorating cake in
+ // Fatty Bear's Birthday Surprise
+ warning("o6_kernelGetFunctions: stub1()");
+ push(0);
+ break;
case 113:
// This is used for the Sam & Max paint-by-numbers mini-game
// to find out what color to change. I think that what we have