Prev: AEE6 Up: Map Next: AFA5
AEF3: Graphics - Energy bar (on scroll)
Represents Maroc's current energy (0-255). Each 8 byte tile of the bar represents 16 units of energy.
energy bar
AEF3 DEFB %00000001 Graphic properties
AEF4 DEFB $10 Graphic consists of 16 tiles
AEF5 DEFB $00 Horizontal (X axis) pixel offset (0 pixels)
AEF6 DEFB $00 Vertical (Y axis) pixel offset (0 pixels)
AEF7 DEFB $08 Graphic consists of 8 bytes
AEF8 DEFB $81,$FF,$FB,$ED,$D6,$FD,$DF,$80 energy-bar-1
AF00 DEFB $08 Horizontal (X axis) pixel offset (+8 pixels)
AF01 DEFB $00 Vertical (Y axis) pixel offset (0 pixels)
AF02 DEFB $08 Graphic consists of 8 bytes
AF03 DEFB $FC,$9C,$CF,$FF,$FC,$FF,$FF,$7F energy-bar-2
AF0B DEFB $10 Horizontal (X axis) pixel offset (+16 pixels)
AF0C DEFB $00 Vertical (Y axis) pixel offset (0 pixels)
AF0D DEFB $08 Graphic consists of 8 bytes
AF0E DEFB $00,$18,$FC,$84,$03,$13,$F0,$C0 energy-bar-3
AF16 DEFB $18 Horizontal (X axis) pixel offset (+24 pixels)
AF17 DEFB $00 Vertical (Y axis) pixel offset (0 pixels)
AF18 DEFB $08 Graphic consists of 8 bytes
AF19 DEFB $03,$07,$7E,$FF,$FC,$FF,$07,$01 energy-bar-4
AF21 DEFB $20 Horizontal (X axis) pixel offset (+32 pixels)
AF22 DEFB $00 Vertical (Y axis) pixel offset (0 pixels)
AF23 DEFB $08 Graphic consists of 8 bytes
AF24 DEFB $27,$C8,$30,$E1,$07,$FE,$F8,$E0 energy-bar-5
AF2C DEFB $28 Horizontal (X axis) pixel offset (+40 pixels)
AF2D DEFB $00 Vertical (Y axis) pixel offset (0 pixels)
AF2E DEFB $08 Graphic consists of 8 bytes
AF2F DEFB $0F,$3F,$F9,$E0,$80,$E0,$10,$20 energy-bar-6
AF37 DEFB $30 Horizontal (X axis) pixel offset (+48 pixels)
AF38 DEFB $00 Vertical (Y axis) pixel offset (0 pixels)
AF39 DEFB $08 Graphic consists of 8 bytes
AF3A DEFB $00,$C0,$FC,$7F,$03,$00,$00,$00 energy-bar-7
AF42 DEFB $38 Horizontal (X axis) pixel offset (+56 pixels)
AF43 DEFB $00 Vertical (Y axis) pixel offset (0 pixels)
AF44 DEFB $08 Graphic consists of 8 bytes
AF45 DEFB $00,$00,$FC,$FE,$27,$11,$10,$21 energy-bar-8
AF4D DEFB $40 Horizontal (X axis) pixel offset (+64 pixels)
AF4E DEFB $00 Vertical (Y axis) pixel offset (0 pixels)
AF4F DEFB $08 Graphic consists of 8 bytes
AF50 DEFB $01,$06,$18,$30,$E0,$FF,$7F,$0F energy-bar-9
AF58 DEFB $48 Horizontal (X axis) pixel offset (+72 pixels)
AF59 DEFB $00 Vertical (Y axis) pixel offset (0 pixels)
AF5A DEFB $08 Graphic consists of 8 bytes
AF5B DEFB $80,$40,$07,$0F,$3F,$FC,$F8,$E0 energy-bar-10
AF63 DEFB $50 Horizontal (X axis) pixel offset (+80 pixels)
AF64 DEFB $00 Vertical (Y axis) pixel offset (0 pixels)
AF65 DEFB $08 Graphic consists of 8 bytes
AF66 DEFB $7F,$FF,$FC,$FF,$89,$11,$0E,$00 energy-bar-11
AF6E DEFB $58 Horizontal (X axis) pixel offset (+88 pixels)
AF6F DEFB $00 Vertical (Y axis) pixel offset (0 pixels)
AF70 DEFB $08 Graphic consists of 8 bytes
AF71 DEFB $E0,$F8,$1C,$07,$03,$01,$00,$00 energy-bar-12
AF79 DEFB $60 Horizontal (X axis) pixel offset (+96 pixels)
AF7A DEFB $00 Vertical (Y axis) pixel offset (0 pixels)
AF7B DEFB $08 Graphic consists of 8 bytes
AF7C DEFB $00,$02,$0E,$F8,$80,$C0,$FF,$7F energy-bar-13
AF84 DEFB $68 Horizontal (X axis) pixel offset (+104 pixels)
AF85 DEFB $00 Vertical (Y axis) pixel offset (0 pixels)
AF86 DEFB $08 Graphic consists of 8 bytes
AF87 DEFB $00,$00,$03,$07,$0E,$1C,$F8,$E0 energy-bar-14
AF8F DEFB $70 Horizontal (X axis) pixel offset (+112 pixels)
AF90 DEFB $00 Vertical (Y axis) pixel offset (0 pixels)
AF91 DEFB $08 Graphic consists of 8 bytes
AF92 DEFB $18,$FE,$E1,$18,$04,$02,$01,$00 energy-bar-15
AF9A DEFB $78 Horizontal (X axis) pixel offset (+120 pixels)
AF9B DEFB $00 Vertical (Y axis) pixel offset (0 pixels)
AF9C DEFB $08 Graphic consists of 8 bytes
AF9D DEFB $00,$00,$81,$42,$3C,$00,$00,$00 energy-bar-16
Prev: AEE6 Up: Map Next: AFA5