Load DE with address of graphic layout data for entity
45968
LD D,(IX+3)
45971
LD A,(34233)
Load A with y-coordinate of top edge of current character's current room, add y-coordinate of graphic element to draw as offset, subtract 100 and load into L
45974
ADD A,(IX+4)
45977
SUB 100
45979
LD L,A
45980
LD A,(34231)
Load A with x-coordinate of left edge of current character's current room, add x-coordinate of graphic element to draw as offset, subtract 100 and load into H