Prev: 26910 Up: Map Next: 26958
26941: Print a speech bubble UDG
Used by the routine at 26958.
Input
DE UDG address
HL Attribute file address
26941 PUSH HL Save the attribute file address temporarily
26942 LD (HL),56 INK 0: PAPER 7
26944 LD A,H Set HL to the corresponding display file address
26945 AND 11
26947 ADD A,A
26948 ADD A,A
26949 ADD A,A
26950 LD H,A
26951 EX DE,HL
26952 CALL 24869 Copy the speech bubble UDG onto the screen
26955 EX DE,HL
26956 POP HL Restore the attribute file address to HL
26957 RET
Prev: 26910 Up: Map Next: 26958