Prev: A1F7 Up: Map Next: A212
A202: Offsets graphics data for smartbombs in HUD
Values $A0 and $C0 are added to $8C0A to obtain the corresponent smartbomb icon. Value $A0 is for empty smartbomb icon Value $C0 is for smartbomb icon
A202 DEFB $A0,$A0,$A0,$00 No smartbomb available in inventory
A206 DEFB $C0,$A0,$A0,$00 One smartbomb available in inventory
A20A DEFB $C0,$C0,$A0,$00 Two smartbomb available in inventory
A20E DEFB $C0,$C0,$C0,$00 Three smartbomb available in inventory
Prev: A1F7 Up: Map Next: A212