; 2. Output tilemap data ld hl,Message ld bc,MessageEnd-Message ; Counter for number of bytes to write WriteTextLoop: ld a,(hl) ; Get data byte out ($be),a inc hl ; Point to next letter dec bc ld a,b or c jp nz,WriteTextLoop