Game status buffer
Prev:
A3BA
Up:
Map
Next:
A3E1
A3DB: Data buffer for the weapon icons in HUD
Used in routine
A3BA
Bytes
Meaning
0x00-0x01
Address pointer to sprite graphics data
0x02
Horitzontal position of sprite
0x03
Vertical position of sprite. Always $00
0x04
Width of sprite (in bytes). Always $02
0x05
Height of sprite (in pixels). Always $10
A3DB
DEFB $C0,$8A,$01,$00,$02,$10
Prev:
A3BA
Up:
Map
Next:
A3E1