Prev: A3E1 Up: Map Next: A432
A3F4: Text definition for HUD
Time bar
A3F4 DEFB $06,$0C,$08 Color attributes and position of text
A3F7 DEFB $23,$23,$23,$23,$23,$23,$23,$23 time_bar
A3FF DEFB $23,$23,$23,$23
A403 DEFB $00 End marker
Score, shield and lives
A404 DEFB $06,$0C,$00 Color attributes and position of text
A407 DEFM "0000000:99:3" score
A413 DEFB $00 End marker
Points bar
A414 DEFB $07,$03,$10 Color attributes and position of text
A417 DEFB $5D,$5C,$20,$5E,$5C,$20,$5F,$5C points_bar
A41F DEFB $20,$40,$5C,$20,$22,$5C,$20,$24
A427 DEFB $5C,$20,$25,$5C,$20,$26,$5C,$20
A42F DEFB $27,$5C
A431 DEFB $00 End marker
Prev: A3E1 Up: Map Next: A432