Prev: B539 Up: Map Next: B5A5
B565: Graphics - Elemental Symbol (blank) and Healing Star
Blank symbol
blank symbol
After placing an Elemental Symbol (B419) on the Portal Floor Marking (B4C1), the symbol is wiped off the disc confirming the action has been successful.
B565 DEFB %00000001 Graphic properties
B566 DEFB $02 Graphic consists of 2 tiles
B567 DEFB $F8 Horizontal (X axis) pixel offset (-8 pixels)
B568 DEFB $F9 Vertical (Y axis) pixel offset (-7 pixels)
B569 DEFB $0E Graphic consists of 14 bytes
B56A DEFB $07,$0F,$1F,$3F,$7F,$FF,$FF,$FF TEST-UDG-381
B572 DEFB $FF,$7F,$3F,$1F,$0F,$07
B578 DEFB $00 Horizontal (X axis) pixel offset (0 pixels)
B579 DEFB $F9 Vertical (Y axis) pixel offset (-7 pixels)
B57A DEFB $0E Graphic consists of 14 bytes
B57B DEFB $C0,$E0,$F0,$F8,$FC,$FE,$FE,$FE TEST-UDG-382
B583 DEFB $FE,$FC,$F8,$F0,$E0,$C0
Healing Star (Floor)
healing floor star
After obtaining the Star Symbol (B114) from the warlock (A2EB), place it on the Star marked on the floor (B0F8) in the second room on the Gatehouse Level.
The floor symbol will change its appearance to this graphic, and provide a constant source of healing.
B589 DEFB %00000001 Graphic properties
B58A DEFB $02 Graphic consists of 2 tiles
B58B DEFB $F8 Horizontal (X axis) pixel offset (-8 pixels)
B58C DEFB $FD Vertical (Y axis) pixel offset (-3 pixels)
B58D DEFB $09 Graphic consists of 9 bytes
B58E DEFB $01,$FF,$7C,$38,$10,$38,$7C,$FF TEST-UDG-383
B596 DEFB $01
B597 DEFB $00 Horizontal (X axis) pixel offset (0 pixels)
B598 DEFB $FC Vertical (Y axis) pixel offset (-4 pixels)
B599 DEFB $0B Graphic consists of 11 bytes
B59A DEFB $80,$C0,$FF,$3E,$1C,$08,$1C,$3E TEST-UDG-384
B5A2 DEFB $FF,$C0,$80
Prev: B539 Up: Map Next: B5A5