Game status buffer
Prev:
A383
Up:
Map
Next:
A39F
A399: Data buffer for the smartbomb icons in HUD
Used in routine
A383
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
A399
DEFB $80,$8B,$19,$00,$02,$10
Prev:
A383
Up:
Map
Next:
A39F