Routines |
Prev: 691E | Up: Map | Next: 694E |
Used by the routine at 694E.
|
||||||||||
693D | PUSH HL | Save the attribute file address temporarily | ||||||||
693E | LD (HL),$38 | INK 0: PAPER 7 | ||||||||
6940 | LD A,H | Set HL to the corresponding display file address | ||||||||
6941 | AND $0B | |||||||||
6943 | ADD A,A | |||||||||
6944 | ADD A,A | |||||||||
6945 | ADD A,A | |||||||||
6946 | LD H,A | |||||||||
6947 | EX DE,HL | |||||||||
6948 | CALL $6125 | Copy the speech bubble UDG onto the screen | ||||||||
694B | EX DE,HL | |||||||||
694C | POP HL | Restore the attribute file address to HL | ||||||||
694D | RET |
Prev: 691E | Up: Map | Next: 694E |