![]() |
Data |
| Prev: 64000 | Up: Map |
|
Used by the routine at 35068.
The first 128 bytes define the room layout. Each bit-pair (bits 7 and 6, 5 and 4, 3 and 2, or 1 and 0 of each byte) determines the type of tile (background, floor, wall or nasty) that will be drawn at the corresponding location.
|
|||||||||
| 64256 | DEFB 0,0,0,0,0,0,0,0 | Room layout | |||||||
| 64264 | DEFB 0,0,0,0,0,0,0,0 | ||||||||
| 64272 | DEFB 0,0,0,0,0,0,0,0 | ||||||||
| 64280 | DEFB 0,0,0,0,0,0,0,0 | ||||||||
| 64288 | DEFB 0,0,0,0,0,0,0,0 | ||||||||
| 64296 | DEFB 85,96,0,0,0,0,0,0 | ||||||||
| 64304 | DEFB 0,32,0,0,0,0,0,0 | ||||||||
| 64312 | DEFB 0,32,0,0,0,0,0,0 | ||||||||
| 64320 | DEFB 0,32,0,0,0,0,0,0 | ||||||||
| 64328 | DEFB 0,32,3,3,0,192,0,0 | ||||||||
| 64336 | DEFB 85,106,170,170,170,129,85,85 | ||||||||
| 64344 | DEFB 1,0,0,0,2,129,0,0 | ||||||||
| 64352 | DEFB 1,0,0,0,2,129,0,0 | ||||||||
| 64360 | DEFB 1,0,0,0,2,129,0,0 | ||||||||
| 64368 | DEFB 1,0,0,0,2,128,0,0 | ||||||||
| 64376 | DEFB 170,170,170,170,170,128,0,0 | ||||||||
|
The next 32 bytes contain the room name.
|
|||||||||
| 64384 | DEFM " The Yacht " | Room name | |||||||
|
The next 54 bytes contain the attributes and graphic data for the tiles used to build the room.
|
|||||||||
| 64416 | DEFB 0,0,0,0,0,0,0,0,0 | Background | |||||||
| 64425 | DEFB 6,187,221,221,238,0,0,0,0 | Floor | |||||||
| 64434 | DEFB 61,187,119,238,221,187,119,238,221 | Wall | |||||||
| 64443 | DEFB 66,126,191,191,110,44,44,173,255 | Nasty | |||||||
| 64452 | DEFB 7,128,64,32,16,8,4,2,1 | Ramp | |||||||
| 64461 | DEFB 13,224,170,56,1,131,199,124,16 | Conveyor | |||||||
|
The next 8 bytes define the direction, location and length of the conveyor and ramp.
|
|||||||||
| 64470 | DEFB 0,245,95,11 | Conveyor direction (left), location (x=21, y=15) and length (11) | |||||||
| 64474 | DEFB 0,42,95,5 | Ramp direction (left), location (x=10, y=9) and length (5) | |||||||
|
The next byte specifies the border colour.
|
|||||||||
| 64478 | DEFB 5 | Border colour | |||||||
| 64479 | DEFB 0,0 | Unused | |||||||
|
The next 8 bytes define the item graphic.
|
|||||||||
| 64481 | DEFB 206,241,185,213,239,215,187,255 | Item graphic | |||||||
|
The next 4 bytes specify the rooms to the left, to the right, above and below.
|
|||||||||
| 64489 | DEFB 60 | Room to the left (The Bow) | |||||||
| 64490 | DEFB 58 | Room to the right (The Beach) | |||||||
| 64491 | DEFB 0 | Room above (The Off Licence) | |||||||
| 64492 | DEFB 0 | Room below (The Off Licence) | |||||||
| 64493 | DEFB 0,0,0 | Unused | |||||||
|
The next 8 pairs of bytes specify the entities (ropes, arrows, guardians) in this room. The first byte in each pair identifies one of the entity definitions at 40960. The meaning of the second byte depends on the entity type: it determines the base sprite index and x-coordinate of a guardian, the y-coordinate of an arrow, or the x-coordinate of the top of a rope.
|
|||||||||
| 64496 | DEFB 53,8 | Guardian no. 53 (horizontal), base sprite 0, initial x=8 (41384) | |||||||
| 64498 | DEFB 27,21 | Guardian no. 27 (vertical), base sprite 0, x=21 (41176) | |||||||
| 64500 | DEFB 255,17 | Terminator (41976) | |||||||
| 64502 | DEFB 0,0 | Nothing (40960) | |||||||
| 64504 | DEFB 0,0 | Nothing (40960) | |||||||
| 64506 | DEFB 0,0 | Nothing (40960) | |||||||
| 64508 | DEFB 0,0 | Nothing (40960) | |||||||
| 64510 | DEFB 0,0 | Nothing (40960) | |||||||
| Prev: 64000 | Up: Map |