24 #ifndef MADS_GLOBALS_DRAGONSPHERE_H 25 #define MADS_GLOBALS_DRAGONSPHERE_H 27 #include "mads/game.h" 28 #include "mads/resources.h" 32 namespace Dragonsphere {
41 kDragonHighScene = 12,
44 kPlayerScoreFlags = 15,
45 kSorcerorDefeated = 16,
47 kPerformDisplacements = 18,
52 kTalkedToShifter = 23,
56 kTalkedToMerchant = 27,
57 kCanViewCrownHole = 28,
61 kCrawledOutOfBed101 = 31,
62 kStatueIsOnStairway114 = 32,
64 kCrystalBallDead = 34,
67 kKingIsInStairwell = 37,
73 kGivenObjectBefore = 42,
74 kGuardsAreAsleep = 43,
84 kVinesHavePlayer = 52,
89 kSaveWinsInDesert = 60,
91 kBubbleWontAttack = 62,
92 kPidLookedAtDoll = 63,
99 kMoveDirection409 = 85,
100 kHealVerbsVisible = 86,
101 kGrapesHaveGrown = 87,
106 kRocIsChewingDates = 91,
109 kPidHasBeenHealedSop = 94,
113 kPrizesOwedToPlayer = 98,
116 kWaterfallDiverted = 100,
119 kMoveDirection510 = 103,
121 kMonsterIsDead = 105,
122 kDoneTalkingLani502 = 106,
124 kSaidUseSwordShak = 108,
125 kGobletFilledSoporific = 109,
127 kBeenIn504AsPid = 110,
128 kSeenLaniDeadFirstTime = 111,
129 kSaidPoemIn504 = 112,
130 kTriedToHealLlanie504 = 113,
131 kPutBundleOnLlanie504 = 114,
134 kPlatformClicked606 = 117,
135 kHadSpiritBundle = 118,
137 kMudIsInEye603 = 120,
139 kRatCageIsOpen = 122,
141 kFluidIsDripping = 124,
143 kRopeIsHangingIn607 = 126,
144 kObjectIsInFreezer605 = 127,
145 kObjectImitated = 128,
156 kBeenOnTopFloor = 138,
162 class DragonsphereGlobals :
public Globals {
164 SynchronizedList _spriteIndexes;
165 SynchronizedList _sequenceIndexes;
166 SynchronizedList _animationIndexes;
171 DragonsphereGlobals();
Definition: serializer.h:79