Prev: 60615 Up: Map Next: 60909
60889: Lookup table for RLE terrain interaction parameter data (room layout graphics)
Each entry is comprised of four bytes:
Byte Meaning
0 Graphic width (characters)
1 Graphic height (characters)
2 Terrain interaction data address (LSB)
3 Terrain interaction data address (MSB)
60889 DEFB 1,1 (00) 60615 - No interaction
60891 DEFW 60615
60893 DEFB 4,2 (01) 60909 - Jump chute / corridor pad
60895 DEFW 60909
60897 DEFB 5,7 (02) 60912 - Axe in tree stump
60899 DEFW 60912
60901 DEFB 4,1 (03) 60917 - Large stool
60903 DEFW 60917
60905 DEFB 11,10 (04) 60920 - Well
60907 DEFW 60920
Prev: 60615 Up: Map Next: 60909