Prev: EAF9 Up: Map Next: EBD8
EB00: Lines bubble graphic template 1
Used by the routines at 7600 and 76E0. Lines bubble graphic template 2 can be found at EC00.
lines_bubble
The attribute bytes will be one of the following depending on who's getting lines:
Attribute Lines recipient
0x17 (INK 7: PAPER 2) ERIC
0x1F (INK 7: PAPER 3) BOY WANDER
0x27 (INK 7: PAPER 4) EINSTEIN or ANGELFACE
EB00 DEFB $00,$00,$00,$00,$00,$00,$00,$00 The attribute bytes are filled in here
EB08 DEFB $00,$00,$00,$00,$00,$00,$00,$00
EB10 DEFB $00,$00,$00,$00,$00,$00,$00,$00
EB18 DEFB $3F,$FC,$3F,$FC,$3F,$FC,$3F,$FC Graphic data
EB20 DEFB $07,$E0,$07,$E0,$07,$E0,$07,$E0
EB28 DEFB $00,$00,$00,$00,$00,$00,$00,$00
EB30 DEFB $00,$00,$00,$00,$00,$00,$00,$00
EB38 DEFB $80,$00,$00,$30,$40,$00,$00,$01
EB40 DEFB $C0,$00,$00,$48,$50,$00,$00,$03
EB48 DEFB $E0,$00,$00,$48,$45,$18,$E0,$07
EB50 DEFB $F0,$00,$00,$58,$56,$A5,$00,$0F
EB58 DEFB $F0,$00,$00,$68,$54,$BD,$C0,$0F
EB60 DEFB $E0,$00,$00,$48,$54,$A0,$20,$07
EB68 DEFB $C0,$00,$00,$30,$54,$99,$C0,$03
EB70 DEFB $80,$00,$00,$00,$00,$00,$00,$01
EB78 DEFB $80,$00,$00,$00,$00,$00,$00,$01
EB80 DEFB $C0,$00,$00,$00,$00,$00,$00,$03
EB88 DEFB $E0,$00,$00,$00,$00,$00,$00,$07
EB90 DEFB $F0,$00,$00,$00,$00,$00,$00,$0F
EB98 DEFB $F0,$00,$00,$00,$00,$00,$00,$0F
EBA0 DEFB $E0,$00,$00,$00,$00,$00,$00,$07
EBA8 DEFB $C0,$00,$00,$00,$00,$00,$00,$03
EBB0 DEFB $80,$00,$00,$00,$00,$00,$00,$01
EBB8 DEFB $00,$00,$00,$00,$00,$00,$00,$00
EBC0 DEFB $00,$00,$00,$00,$00,$00,$00,$00
EBC8 DEFB $07,$E0,$07,$E0,$07,$E0,$07,$E0
EBD0 DEFB $3F,$FC,$3F,$FC,$3F,$FC,$3F,$FC
Prev: EAF9 Up: Map Next: EBD8