aboutsummaryrefslogtreecommitdiff
path: root/engines/teenagent/resources.h
diff options
context:
space:
mode:
authorD G Turner2012-07-26 01:49:46 +0100
committerD G Turner2012-07-26 01:49:46 +0100
commit9128f8a8de83f2491c03640d97f20a866f82577b (patch)
tree4f141d963b5d6d995866e41ac8fd32c53559f252 /engines/teenagent/resources.h
parentebef5fefeaea18f43cfef31c77739390d1300814 (diff)
downloadscummvm-rg350-9128f8a8de83f2491c03640d97f20a866f82577b.tar.gz
scummvm-rg350-9128f8a8de83f2491c03640d97f20a866f82577b.tar.bz2
scummvm-rg350-9128f8a8de83f2491c03640d97f20a866f82577b.zip
TEENAGENT: Further recursive processCallback() migration work.
Added extra debug output to processCallback cseg functions. Used this to resolve the FIXME unknown functions. 0x61fe is trivial callback, but 0x50c5 is a typo. Corrected.
Diffstat (limited to 'engines/teenagent/resources.h')
-rw-r--r--engines/teenagent/resources.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/engines/teenagent/resources.h b/engines/teenagent/resources.h
index 7c1b2b4c98..cc7eb52193 100644
--- a/engines/teenagent/resources.h
+++ b/engines/teenagent/resources.h
@@ -38,9 +38,6 @@ const uint16 csAddr_intro = 0x024c;
const uint16 csAddr_poleClimbFail = 0x4173;
// Move Ego (Mark) To Suspicious Position function : 0x505c
const uint16 csAddr_egoSuspiciousPosition = 0x505c;
-
-// FIXME - Find and replace Unknown callback functions with symbols: 0x50c5, 0x61fe
-
// Guard Drinking function : 0x5189
const uint16 csAddr_guardDrinking = 0x5189;
// Move Ego (Mark) To Default Position function : 0x557e
@@ -55,6 +52,8 @@ const uint16 csAddr_egoScaredBySpider = 0x60b5;
const uint16 csAddr_moveToLadderAndLeaveCellar = 0x60d9;
// Leave Cellar function : 0x612b
const uint16 csAddr_leaveCellar = 0x612b;
+// Too Dark function : 0x61fe
+const uint16 csAddr_TooDark = 0x61fe;
// Move Ego (Mark) To Bottom-Right or Turn function : 0x6849
const uint16 csAddr_egoBottomRightTurn = 0x6849;
// Checking Drawers function : 0x68e6
@@ -316,9 +315,10 @@ const uint16 dsAddr_getMeOutJamMsg = 0x459f; // "Get me out of this jam!"
const uint16 dsAddr_rosemaryJamMsg = 0x45b8; // "Oh, and there is Rosemary jam"
// Know Rosemary Message : 0x45da to 0x4602
const uint16 dsAddr_knowRosemaryMsg = 0x45da; // "I used to know someone called Rosemary"
-// Umwanted Jams Message : 0x4603 to 0x461c
+// Unwanted Jams Message : 0x4603 to 0x461c
const uint16 dsAddr_unwantedJamsMsg = 0x4603; // "I don't want those jams"
-
+// Too Dark Message : 0x461d to 0x463b
+const uint16 dsAddr_TooDarkMsg = 0x461d; // "It's too dark to see clearly"
// Yeow Message : 0x463c to 0x4649
const uint16 dsAddr_yeowMsg = 0x463c; // "YEEEOOOWWWW!"
// Yawn Message : 0x464a to 0x4651