Prev: 29523 Up: Map Next: 31700
29551: Room objects
The first 8 bytes in each set contain various bits of information about an object (e.g. room number, room co-ordinates, colour).
This set is followed by 1-3 sets of 4 bytes. For most objects this is just one 4-byte set, but some objects can have multiple states - e.g. chests can be closed or open.
Data sets are copied from here into a working room item data buffer at 60293.
Byte Contents
1 Room number of object
2 Horizontal (X) position of object in room, in 4-pixel (half-character) steps
3 Vertical (Y) position of object in room, in pixels, from top of room
4 Item properties byte (similar to 60238)
Bit 1 (2) set = Item is not visible
Bit 2 (4) set = Item/creature not subject to standard room boundary collision checks (e.g. BATS)
Bit 4 (16) set = Item is being carried by servant
Bit 6 (64) set = Maroc can pick up the item
5 Object state - starts at 1 for each object (e.g. chest state 1 = closed, 2 = open. Each additional state an object has is stored in an extra 4 byte set
6 Spell number (= 0 if not a spell) - spell table at 28156 (start counting with MOVE = 0, SERVANT = 1 etc.)
7 Attribute/colour of object. If bit 4 is set, the object will flash (change colour constantly)
Bits 5-7 contain the item's 'value' when trading with warlocks (see 52857)
8 Number of additional 4-byte sets for this object
9 Movement pattern byte. Used for moving room items (including set room creatures) in the routine at 52136
Bit 0 (1) set = room item/creature has a random element to its movement
Bit 1 (2) set = room item/creature will try to home in on Maroc's position
Bit 2 (3) set = room item/creature is subject to usual room wall collision detection/adjustment (BATS do not have this bit set)
10 Event number for items acting on this item (e.g. for a chest, which is opened by a key)
11 Event number that this item affects (e.g. for a key, that opens a particular chest with matching event number
As part of event/collision check, also used for energy-affecting objects, e.g. orbs and mushrooms. 254 = energy drain, 253 = energy replenish
12 Graphic number - offset for graphic address table at 38851. Offset calculated using [(n-1)*2] + 38851
A value of 124 (check at 51968) indicates the object is hidden (e.g. inside a chest) so doesn't need drawing on screen
13 ADDITIONAL STATE - ?? (seems to be 128 for healing star, 64 for spells/scrolls/coins )
14 ADDITIONAL STATE - Event number for items acting on this item (e.g. for a chest, which is opened by a key)
15 = items Maroc can pick up (I think)
15 ADDITIONAL STATE - Event number that this item affects (e.g. for a key, that opens a particular chest with matching event number
As part of event/collision check, also used for energy-affecting objects, e.g. orbs and mushrooms. 254 = energy drain, 253 = energy replenish
16 ADDITIONAL STATE - Graphic number - offset for graphic address table at 38851. Offset calculated using [(n-1)*2] + 38851
29551 DEFB 0,0,0,197,1,0,15,1 Star symbol - 39143 (from warlock #1)
29559 DEFB 0,15,26,147
29563 DEFB 0,0,0,69,1,12,15,1 WAYSTONE spell jewel - 38951 (from warlock #2)
29571 DEFB 0,15,0,51
29575 DEFB 0,0,0,69,1,13,15,1 ICEBOLT spell scroll - 38939 (from warlock #3)
29583 DEFB 0,15,0,45
29587 DEFB 0,0,0,69,1,20,15,1 WRAITHBANE spell jewel - 38951 (from warlock #4)
29595 DEFB 0,15,0,51
29599 DEFB 0,0,0,69,1,22,15,1 ELECTRIC spell scroll - 38939 (from warlock #5)
29607 DEFB 0,15,0,45
29611 DEFB 0,0,0,69,1,15,15,1 FIREBALL spell scroll - 38939 (from warlock #6)
29619 DEFB 0,15,0,45
29623 DEFB 0,0,0,69,1,24,15,1 FLAME spell scroll - 38939 (from warlock #7)
29631 DEFB 0,15,0,45
29635 DEFB 2,48,56,5,1,0,7,2 Room 2 - Healing STAR symbol on floor in room 2 - 39141 (inactive) 39219 (active)
29643 DEFB 0,26,0,146,128,15,253,185
29651 DEFB 6,32,53,69,1,5,63,1 Room 6 - ENERGIZE spell scroll - 38939
29659 DEFB 0,15,0,45
29663 DEFB 8,20,64,69,1,16,39,1 Room 8 - FREEZE spell scroll - 38939
29671 DEFB 0,15,0,45
29675 DEFB 15,42,53,69,1,16,36,1 Room 15 - FREEZE spell scroll - 38939
29683 DEFB 0,15,0,45
29687 DEFB 10,19,55,69,1,1,6,1 Room 10 - SERVANT spell - ring - 38947
29695 DEFB 0,15,0,49
29699 DEFB 16,32,53,5,1,0,6,2 Room 16 - Chest - 39119 (closed) 39121 (open)
29707 DEFB 0,5,0,135,0,15,0,136
29715 DEFB 16,32,53,2,1,5,63,2 Room 16 - ENERGIZE spell scroll (in chest) - 38939
29723 DEFB 0,5,0,124,64,15,0,45
29731 DEFB 20,24,58,5,1,0,3,2 Room 20 - Chest - 39119 (closed) 39121 (open)
29739 DEFB 0,60,0,135,0,15,0,136
29747 DEFB 20,24,58,2,1,0,38,2 Room 20 - Coins (in chest) - 39145
29755 DEFB 0,60,0,124,64,15,0,148
29763 DEFB 21,24,32,197,1,0,7,1 Room 21 - Key - 39117
29771 DEFB 0,15,60,134
29775 DEFB 22,50,32,69,1,5,63,1 Room 22 - ENERGIZE spell scroll - 38939)
29783 DEFB 0,15,0,45
29787 DEFB 24,40,58,5,1,0,4,2 Room 24 - Chest - 39119 (closed) 39121 (open)
29795 DEFB 0,60,0,135,0,15,0,136
29803 DEFB 24,40,58,2,1,0,22,2 Room 24 - Key (in chest) - 39139
29811 DEFB 0,60,0,124,192,15,12,145
29819 DEFB 27,35,58,69,1,5,63,1 Room 27 - ENERGIZE spell scroll - 38939)
29827 DEFB 0,15,0,45
29831 DEFB 29,50,64,197,1,0,3,1 Room 29 - Fish - 39147
29839 DEFB 0,15,254,149
29843 DEFB 83,42,56,69,1,9,55,1 Room 83 - UNSEEN spell scroll - 38939
29851 DEFB 0,15,0,45
29855 DEFB 85,42,64,5,1,0,4,1 Room 85 - Bottle - 39149
29863 DEFB 0,15,0,150
29867 DEFB 85,42,64,2,1,0,4,2 Room 85 - Key (in bottle) - 39117
29875 DEFB 0,5,0,124,192,15,64,134
29883 DEFB 85,24,56,5,1,0,0,2 Room 85 - Chest - 39119 (closed) 39121 (open)
29891 DEFB 0,64,0,135,0,15,0,136
29899 DEFB 85,24,56,2,1,0,54,2 Room 85 - Coins (in chest) - 39145
29907 DEFB 0,64,0,124,64,15,0,148
29915 DEFB 91,35,32,69,1,27,54,1 Room 91 - MESSAGE spell scroll - 38939
29923 DEFB 0,15,0,45
29927 DEFB 94,26,56,69,1,9,79,1 Room 94 - UNSEEN spell scroll - 38939
29935 DEFB 0,15,0,45
29939 DEFB 95,36,58,5,1,0,5,2 Room 95 - Chest - 39119 (closed) 39121 (open)
29947 DEFB 0,9,0,135,0,15,0,136
29955 DEFB 95,36,58,2,1,0,5,2 Room 95 - Key - 39139
29963 DEFB 0,9,0,124,192,15,44,145
29971 DEFB 96,32,56,133,1,0,3,1 Room 96 - Healing mushrooms - 39151
29979 DEFB 0,15,253,151
29983 DEFB 97,34,56,5,1,0,4,2 Room 97 - Bottle - 39149
29991 DEFB 0,9,0,150,0,15,0,138
29999 DEFB 97,34,56,2,1,0,6,3 Room 97 - Scorpion (in bottle) - 39153
30007 DEFB 0,9,0,124,131,3,254,152
30015 DEFB 0,15,0,124
30019 DEFB 99,52,64,69,1,16,71,1 Room 99 - FREEZE spell scroll - 38939
30027 DEFB 0,15,0,45
30031 DEFB 100,24,64,69,1,2,54,1 Room 100 - SHIELD spell scroll - 38939
30039 DEFB 0,15,0,45
30043 DEFB 102,36,24,197,1,0,6,1 Room 102 - Axe - 39157
30051 DEFB 0,15,9,154
30055 DEFB 103,32,48,69,1,5,53,1 Room 103 - ENERGIZE spell scroll - 38939
30063 DEFB 0,15,0,45
30067 DEFB 104,16,32,69,1,4,15,1 Room 104 - MISSILE spell scroll - 38939
30075 DEFB 0,15,0,45
30079 DEFB 110,26,58,133,1,0,70,2 Room 110 - Jewel - 38951 (give to Warlock for ICEBOLT spell)
30087 DEFB 0,17,254,125,64,15,0,51
30095 DEFB 111,32,64,133,1,0,6,1 Room 111 - Scorpion - 39153
30103 DEFB 131,15,254,152
30107 DEFB 112,28,56,69,1,16,7,1 Room 112 - FREEZE spell scroll - 38939
30115 DEFB 0,15,0,45
30119 DEFB 116,42,56,69,1,9,79,1 Room 116 - UNSEEN spell scroll - 38939
30127 DEFB 0,15,0,45
30131 DEFB 120,16,68,133,1,0,3,1 Room 120 - Mushrooms (energy drain) - 39151
30139 DEFB 0,15,254,151
30143 DEFB 121,35,50,69,1,5,7,1 Room 121 - ENERGIZE spell scroll - 38939
30151 DEFB 0,15,0,45
30155 DEFB 124,16,64,5,1,0,4,2 Room 124 - Boulder - 39081 - use pick (39127)
30163 DEFB 0,9,0,116,8,15,0,116
30171 DEFB 124,16,64,5,1,10,15,2 Room 124 - OPEN spell scroll (under boulder) - 38939
30179 DEFB 0,9,0,124,64,15,0,45
30187 DEFB 126,26,52,197,1,0,7,1 Room 126 - Pick - 39127 - use on boulder to get OPEN spell
30195 DEFB 0,15,9,139
30199 DEFB 128,19,56,5,1,0,4,1 Room 128 - Pool - 39091
30207 DEFB 0,15,0,121
30211 DEFB 128,19,56,6,1,17,15,2 Room 128 - SUMMON spell jewel (in pool) - 38951
30219 DEFB 0,5,0,124,64,15,0,51
30227 DEFB 130,24,24,69,1,2,7,1 Room 130 - SHIELD spell scroll - 38939
30235 DEFB 0,15,0,45
30239 DEFB 31,32,64,69,1,4,70,1 Room 31 - MISSILE spell scroll - 38939
30247 DEFB 0,15,0,45
30251 DEFB 33,56,64,69,1,21,71,1 Room 33 - DISPEL spell scroll - 38939
30259 DEFB 0,15,0,45
30263 DEFB 34,40,56,69,1,5,71,1 Room 34 - ENERGIZE spell scroll - 38939
30271 DEFB 0,15,0,45
30275 DEFB 38,24,32,5,1,0,15,2 Room 38 - Bone - 39159 - use DISPEL for flashing key - 39139
30283 DEFB 0,2,0,155,192,15,28,145
30291 DEFB 39,20,56,69,1,9,71,1 Room 39 - UNSEEN spell scroll - 38939
30299 DEFB 0,15,0,45
30303 DEFB 39,26,67,69,1,8,70,1 Room 39 - HAIL spell scroll - 38939
30311 DEFB 0,15,0,45
30315 DEFB 40,34,64,133,1,0,15,1 Room 40 - Energy orb - 39161
30323 DEFB 0,15,253,156
30327 DEFB 43,24,64,5,1,0,15,2 Room 43 - Spider - 39099 - use DISPEL to reveal (open) chest - 39121
30335 DEFB 0,2,0,125,0,15,0,136
30343 DEFB 43,24,64,2,1,6,7,2 Room 43 - FIREBOLT spell scroll (in chest) - 38939
30351 DEFB 0,2,0,124,64,15,0,45
30359 DEFB 43,24,64,2,1,11,6,2 Room 43 - PROTECT spell scroll (in chest) - 38939
30367 DEFB 0,2,0,124,64,15,0,45
30375 DEFB 44,32,56,197,1,0,4,1 Room 44 - Pick - 39127
30383 DEFB 0,15,9,139
30387 DEFB 45,26,66,5,1,0,5,2 Room 45 - Bottle (buried) - 39123 (intact) & 39125 (broken)
30395 DEFB 0,9,0,137,0,15,0,138
30403 DEFB 45,26,66,5,1,0,6,2 Room 45 - Yellow key - 39117 (use pick on buried bottle)
30411 DEFB 0,9,0,124,192,15,24,134
30419 DEFB 46,24,64,5,1,0,6,2 Room 46 - Chest - 39119 (closed) 39121 (open)
30427 DEFB 0,24,0,135,0,15,0,136
30435 DEFB 46,24,64,2,1,0,70,2 Room 46 - Coins (in chest) - 39145 (use yellow key)
30443 DEFB 0,24,0,124,64,15,0,148
30451 DEFB 49,20,58,197,1,0,6,1 Room 49 - Cheese (39129)
30459 DEFB 0,15,48,140
30463 DEFB 50,58,32,5,1,0,7,2 Room 50 - Key (hanging) - 39137 & normal - 39139
30471 DEFB 0,52,0,144,200,15,40,145
30479 DEFB 53,24,44,5,1,0,4,1 Room 53 - Mouse hole - 39131
30487 DEFB 0,15,0,141
30491 DEFB 53,24,44,2,1,0,7,2 Room 53 - Mouse - 39165 - use cheese on mouse hole to reveal
30499 DEFB 0,48,0,124,193,15,52,158
30507 DEFB 134,25,32,69,1,18,7,1 Room 134 - DEFENCE spell jewel - 38951
30515 DEFB 0,15,0,51
30519 DEFB 136,26,53,5,1,0,6,2 Room 136 - Chest - 39119 (closed) 39121 (open)
30527 DEFB 0,68,0,135,0,15,0,136
30535 DEFB 136,26,53,6,1,19,7,2 Room 136 - PORTAL spell scroll - 38939
30543 DEFB 0,68,0,124,64,15,0,45
30551 DEFB 137,32,51,5,1,0,3,2 Room 137 - Chest - 39119 (closed) 39121 (open)
30559 DEFB 0,72,0,135,0,15,0,136
30567 DEFB 137,32,51,6,1,0,7,2 Room 137 - Key (in chest) - 39117
30575 DEFB 0,72,0,124,0,15,0,136
30583 DEFB 137,32,51,6,1,0,7,2 Room 137 - (Duplicate entry)
30591 DEFB 0,72,0,124,192,15,68,134
30599 DEFB 139,25,57,5,1,0,7,1 Room 139 - Skeleton - 39063
30607 DEFB 0,15,0,107
30611 DEFB 139,25,57,6,1,0,7,2 Room 139 - Key (in skeleton) - 39117
30619 DEFB 0,5,0,124,192,15,72,134
30627 DEFB 142,20,16,141,1,0,3,2 Room 142 - Spider - 39099 - when killed reveals uncollectable scroll - 38939 - see Bugs
30635 DEFB 10,9,3,125,0,15,0,45
30643 DEFB 143,34,56,69,1,4,6,1 Room 143 - MISSILE spell scroll - 38939
30651 DEFB 0,15,0,45
30655 DEFB 144,48,16,69,1,4,6,1 Room 144 - MISSILE spell scroll - 38939
30663 DEFB 0,15,0,45
30667 DEFB 149,24,56,5,1,0,7,1 Room 149 - Skeleton - 39063
30675 DEFB 0,15,0,107
30679 DEFB 149,24,56,6,1,7,7,2 Room 149 - REVEAL spell scroll (in skeleton) - 38939
30687 DEFB 0,5,0,124,192,15,0,45
30695 DEFB 150,22,16,5,1,26,15,2 Room 150 - CHALICE spell - 38945 (use REVEAL spell on wall)
30703 DEFB 0,16,0,124,64,15,0,48
30711 DEFB 155,52,56,5,1,9,15,2 Room 155 - Wraith - 39013 - DISPEL to obtain UNSEEN spell scroll - 38939
30719 DEFB 0,2,0,82,64,15,0,45
30727 DEFB 157,48,16,69,1,10,7,1 Room 157 - OPEN spell scroll - 38939
30735 DEFB 0,15,0,45
30739 DEFB 158,20,60,5,1,0,0,2 Room 158 - Trapdoor - 39181 (closed) 39183 (open)
30747 DEFB 0,5,0,166,0,15,0,167
30755 DEFB 158,20,60,6,1,0,7,3 Room 158 - Spider (under trapdoor) - 39099
30763 DEFB 0,5,0,124,130,3,254,125
30771 DEFB 0,15,0,124
30775 DEFB 158,20,52,6,1,0,6,2 Room 158 - Key (under trapdoor) - 39139
30783 DEFB 0,5,0,124,192,15,76,145
30791 DEFB 159,32,60,5,1,0,0,2 Room 159 - Trapdoor - 39181 (closed) 39183 (open)
30799 DEFB 0,76,0,166,0,15,0,167
30807 DEFB 159,32,60,5,1,0,15,2 Room 159 - Healing orb - 39161 (under trapdoor)
30815 DEFB 0,76,0,124,136,15,253,156
30823 DEFB 162,32,32,133,1,3,3,2 Room 162 - Bat - 39103 - destroy to get UNLOCK spell scroll - 38939
30831 DEFB 7,9,254,127,64,15,0,45
30839 DEFB 161,20,8,141,1,0,3,2 Room 161 - Spider - 39099
30847 DEFB 2,3,254,125,0,15,0,124
30855 DEFB 164,8,8,141,1,0,3,2 Room 164 - Spider - 39099
30863 DEFB 2,3,254,125,0,15,0,124
30871 DEFB 165,36,16,69,1,25,7,1 Room 165 - FIND spell scroll - 38939
30879 DEFB 0,15,0,45
30883 DEFB 166,36,24,197,1,0,6,1 Room 166 - Sabre - 39163
30891 DEFB 0,15,9,157
30895 DEFB 168,26,24,5,1,0,15,1 Room 168 - Lady - 39185
30903 DEFB 0,15,0,168
30907 DEFB 170,20,16,5,1,0,15,2 Room 170 - Caliburn (use FIND spell) - 38941
30915 DEFB 0,8,0,124,192,15,7,46
30923 DEFB 170,32,52,133,1,0,6,2 Room 170 - Scorpion - 39153
30931 DEFB 2,3,254,152,0,15,0,124
30939 DEFB 176,36,32,69,1,5,7,1 Room 176 - ENERGIZE spell scroll - 38939
30947 DEFB 0,15,0,45
30951 DEFB 179,20,52,5,1,0,6,2 Room 179 - Chest - 39119 (closed) 39121 (open)
30959 DEFB 0,4,0,135,0,15,0,136
30967 DEFB 179,20,52,6,1,0,6,3 Room 179 - Left half of key (in chest) - 39187
30975 DEFB 0,4,0,124,192,84,80,169
30983 DEFB 64,15,0,145
30987 DEFB 179,20,52,6,1,3,15,2 Room 179 - UNLOCK spell scroll (in chest) - 38939
30995 DEFB 0,4,0,124,64,15,0,45
31003 DEFB 181,36,52,5,1,0,7,2 Room 181 - Chest - 39119 (closed) 39121 (open)
31011 DEFB 0,4,0,135,0,15,0,136
31019 DEFB 181,36,52,6,1,0,6,3 Room 181 - Right half of key (in chest) - 39189
31027 DEFB 0,4,0,124,64,80,0,170
31035 DEFB 192,15,84,145
31039 DEFB 183,34,56,5,1,0,6,3 Room 183 - Chest - 39119 (closed) 39121 (open) - requires two keys
31047 DEFB 0,88,0,135,0,92,0,135
31055 DEFB 0,15,0,136
31059 DEFB 183,34,56,6,1,0,6,3 Room 183 - Key (in chest) - 39139
31067 DEFB 0,88,0,124,0,92,0,124
31075 DEFB 192,15,96,145
31079 DEFB 184,20,58,5,1,0,7,1 Room 184 - Skull pile - 39085
31087 DEFB 0,0,15,118
31091 DEFB 184,20,58,6,1,0,6,2 Room 184 - Key (under skulls) - 39117
31099 DEFB 0,5,0,124,192,15,88,134
31107 DEFB 185,35,24,197,1,0,6,1 Room 185 - Key - 39117
31115 DEFB 0,15,92,134
31119 DEFB 186,32,24,69,1,23,7,1 Room 186 - VAPORIZE spell scroll - 38939
31127 DEFB 0,15,0,45
31131 DEFB 187,22,24,69,1,24,6,1 Room 187 - FLAME spell scroll - 38939
31139 DEFB 0,15,0,45
31143 DEFB 188,32,58,133,1,0,15,1 Room 188 - Orb (energy drain) - 39161
31151 DEFB 0,15,254,156
31155 DEFB 189,64,56,5,1,0,3,2 Room 189 - Chest - 39119 (closed) 39121 (open)
31163 DEFB 0,100,0,135,0,15,0,136
31171 DEFB 189,64,56,6,1,16,7,2 Room 189 - FREEZE spell scroll (in chest) - 38939
31179 DEFB 0,100,0,124,64,15,0,45
31187 DEFB 190,36,58,133,1,0,15,1 Room 190 - Orb (healing) - 39161
31195 DEFB 0,15,253,156
31199 DEFB 192,16,8,141,1,0,3,2 Room 192 - Spider - 39099
31207 DEFB 130,3,254,125,0,15,0,124
31215 DEFB 194,32,24,197,1,0,6,1 Room 194 - Oil jar - 39191
31223 DEFB 0,15,100,171
31227 DEFB 196,24,56,5,1,0,16,1 Room 196 - Skeleton - 39063
31235 DEFB 0,15,0,107
31239 DEFB 196,24,56,6,1,0,6,2 Room 196 - Key (in skeleton) - 39139
31247 DEFB 0,5,0,124,192,15,104,145
31255 DEFB 204,24,56,69,1,19,6,1 Room 204 - PORTAL spell scroll - 38939
31263 DEFB 0,15,0,45
31267 DEFB 208,24,60,5,1,0,0,2 Room 208 - Trapdoor - 39181 (closed) 39183 (open)
31275 DEFB 0,104,0,166,0,15,0,167
31283 DEFB 208,24,60,6,1,14,15,2 Room 208 - AMULET spell (under trapdoor) - 38943
31291 DEFB 0,104,0,124,64,15,0,47
31299 DEFB 56,49,56,5,1,0,6,2 Room 56 - Chest - 39119 (closed) 39121 (open)
31307 DEFB 0,108,0,135,0,15,0,136
31315 DEFB 56,49,56,6,1,0,6,2 Room 56 - Coin (in chest) - 39193
31323 DEFB 0,108,0,124,192,15,112,172
31331 DEFB 57,27,24,197,1,0,7,3 Room 57 - Sabre (animated) - 39173
31339 DEFB 0,1,254,157,131,5,254,162
31347 DEFB 193,15,3,162
31351 DEFB 55,24,58,5,1,0,6,1 Room 55 - Altar - 39195
31359 DEFB 0,15,0,173
31363 DEFB 55,24,56,5,1,0,7,2 Room 55 - Key (place coin on altar)- 39139
31371 DEFB 0,112,0,124,200,15,32,145
31379 DEFB 63,24,58,133,1,0,6,1 Room 63 - Fire - 39197
31387 DEFB 0,15,254,174
31391 DEFB 63,24,58,198,1,0,6,2 Room 63 - Fire symbol (in fire) - 39201 - blank after use - 39217
31399 DEFB 0,140,116,176,0,15,0,184
31407 DEFB 64,36,16,197,1,0,3,2 Room 64 - Air symbol - 39207 - blank after use - 39217
31415 DEFB 0,144,120,179,0,15,0,184
31423 DEFB 64,32,24,133,1,0,3,2 Room 64 - Bat - 39103
31431 DEFB 7,3,254,127,0,15,0,124
31439 DEFB 68,26,32,69,1,5,6,1 Room 68 - ENERGIZE spell scroll - 38939
31447 DEFB 0,15,0,45
31451 DEFB 69,26,64,133,1,0,5,2 Room 69 - Spider - 39099
31459 DEFB 2,3,254,125,0,15,0,124
31467 DEFB 69,24,58,6,1,0,5,3 Room 69 - Water symbol (in pool) - 39203 - blank after use - 39217
31475 DEFB 0,5,208,124,192,148,124,177
31483 DEFB 0,15,0,184
31487 DEFB 69,24,58,5,1,0,5,1 Room 69 - Pool - 39091
31495 DEFB 0,15,0,121
31499 DEFB 72,20,58,133,1,0,7,1 Room 72 - Skull pile - 39085
31507 DEFB 0,15,254,118
31511 DEFB 72,20,58,6,1,0,6,3 Room 72 - Scorpion (under skull pile) - 39153
31519 DEFB 0,5,0,124,2,3,254,152
31527 DEFB 0,15,0,124
31531 DEFB 72,26,56,133,1,0,7,1 Room 72 - Skull pile - 39085
31539 DEFB 0,15,254,118
31543 DEFB 72,26,56,6,1,0,6,2 Room 72 - Key (under skull pile) - 39117
31551 DEFB 0,5,0,124,192,15,108,134
31559 DEFB 75,36,52,197,1,0,3,1 Room 75 - Pick axe - 39209
31567 DEFB 0,15,128,180
31571 DEFB 76,26,60,5,1,0,0,2 Room 76 - Trapdoor - 39181 (closed) 39183 (open)
31579 DEFB 0,128,0,166,0,15,0,167
31587 DEFB 76,26,60,6,1,0,6,3 Room 76 - Scorpion (under trapdoor) - 39153
31595 DEFB 0,128,0,124,130,3,254,152
31603 DEFB 0,15,0,124
31607 DEFB 76,26,60,6,1,0,6,3 Room 76 - Earth symbol (under trapdoor) - 39205 - blank after use - 39217
31615 DEFB 0,128,0,124,192,136,132,178
31623 DEFB 0,15,0,184
31627 DEFB 77,48,56,133,1,0,15,1 Room 77 - Healing fire - 39197
31635 DEFB 0,15,253,174
31639 DEFB 80,26,16,69,1,16,7,1 Room 80 - FREEZE spell scroll - 38939
31647 DEFB 0,15,0,45
31651 DEFB 81,32,58,5,1,0,15,5 Room 81 - Portal - floor symbol - 39211 - becomes door - 39213
31659 DEFB 0,116,0,181,128,120,140,181
31667 DEFB 128,124,144,181,128,132,148,181
31675 DEFB 128,15,136,182
31679 DEFB 212,84,58,5,1,0,15,2 Room 212 - Avelach, Lord of Chaos - 39215
31687 DEFB 0,7,0,183,128,15,137,183
31695 DEFB 255,255,255,255,202 End-of-data bytes to signify end of room data
Prev: 29523 Up: Map Next: 31700