Prev: 8074 Up: Map Next: 808F
8075: Item definitions
The item definitions are copied here by the routine at 8684, and then used by the routine at 8F63. An item definition contains the following information:
Byte(s) Contents
0 Current attribute
1,2 Address of the item's location in the attribute buffer at 5C00
3 MSB of the address of the item's location in the screen buffer at 6000
4 Unused (always 0xFF)
8075 DEFS $05 Item 1
807A DEFS $05 Item 2
807F DEFS $05 Item 3
8084 DEFS $05 Item 4
8089 DEFS $05 Item 5
808E DEFB $00 Terminator (set to 0xFF)
Prev: 8074 Up: Map Next: 808F