Prev: EBE0 Up: Map Next: ECD8
EC00: Lines bubble graphic template 2
Used by the routines at 75CC and F955. The initial contents of this buffer are almost the same as lines bubble graphic template 1 at EB00, except that the '0' does not have a line through it. The '0 lines' text in this buffer is overwritten by the lines reprimand message (or the safe combination letter) before the bubble is displayed for the first time.
lines_bubble2
The attribute bytes will be 7 (INK 7: PAPER 0) for the safe combination letter bubble, or 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
EC00 DEFB $00,$00,$00,$00,$00,$00,$00,$00 The attribute bytes are filled in here
EC08 DEFB $00,$00,$00,$00,$00,$00,$00,$00
EC10 DEFB $00,$00,$00,$00,$00,$00,$00,$00
EC18 DEFB $3F,$FC,$3F,$FC,$3F,$FC,$3F,$FC Graphic data
EC20 DEFB $07,$E0,$07,$E0,$07,$E0,$07,$E0
EC28 DEFB $00,$00,$00,$00,$00,$00,$00,$00
EC30 DEFB $00,$00,$00,$00,$00,$00,$00,$00
EC38 DEFB $80,$00,$00,$30,$40,$00,$00,$01
EC40 DEFB $C0,$00,$00,$48,$50,$00,$00,$03
EC48 DEFB $E0,$00,$00,$48,$45,$18,$E0,$07
EC50 DEFB $F0,$00,$00,$48,$56,$A5,$00,$0F
EC58 DEFB $F0,$00,$00,$48,$54,$BD,$C0,$0F
EC60 DEFB $E0,$00,$00,$48,$54,$A0,$20,$07
EC68 DEFB $C0,$00,$00,$30,$54,$99,$C0,$03
EC70 DEFB $80,$00,$00,$00,$00,$00,$00,$01
EC78 DEFB $80,$00,$00,$00,$00,$00,$00,$01
EC80 DEFB $C0,$00,$00,$00,$00,$00,$00,$03
EC88 DEFB $E0,$00,$00,$00,$00,$00,$00,$07
EC90 DEFB $F0,$00,$00,$00,$00,$00,$00,$0F
EC98 DEFB $F0,$00,$00,$00,$00,$00,$00,$0F
ECA0 DEFB $E0,$00,$00,$00,$00,$00,$00,$07
ECA8 DEFB $C0,$00,$00,$00,$00,$00,$00,$03
ECB0 DEFB $80,$00,$00,$00,$00,$00,$00,$01
ECB8 DEFB $00,$00,$00,$00,$00,$00,$00,$00
ECC0 DEFB $00,$00,$00,$00,$00,$00,$00,$00
ECC8 DEFB $07,$E0,$07,$E0,$07,$E0,$07,$E0
ECD0 DEFB $3F,$FC,$3F,$FC,$3F,$FC,$3F,$FC
Prev: EBE0 Up: Map Next: ECD8