Prev: A1DB Up: Map Next: A1F7
A1F1: Data buffer for the smartbomb icons in HUD
Used in routine A1DB
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
A1F1 DEFB $CA,$8C,$19,$00,$02,$10
Prev: A1DB Up: Map Next: A1F7