Prev: 41236 Up: Map Next: 41811
41711: Room connectivity data
Two values per room:
Offset Effect
0 Index of room reached by moving LEFT from that room
1 Index of room reached by moving RIGHT from that room
A value of 255 denotes that room cannot be exited in that direction.
41711 DEFB 255,1 The Lift
41713 DEFB 0,2,1,3,2,4,3,5,4,6,5,7,6,8,7,255 Roof
41729 DEFB 255,10,9,11,10,12,11,13,12,14,13,15,14,16,15,255 4th Floor
41745 DEFB 255,18,17,19,18,20,19,21,20,22,21,23,22,24,23,255 3rd Floor
41761 DEFB 255,26,25,27,26,28,27,29,28,30,29,31,30,32,31,255 2nd Floor
41777 DEFB 255,34,33,35,34,36,35,37,36,38,37,39,38,40,39,255 1st Floor
41793 DEFB 255,42,41,43,42,44,43,45,44,46,45,47,46,48,47,255 Ground Floor
41809 DEFB 255,255 Basement
Prev: 41236 Up: Map Next: 41811