Prev: AB19 Up: Map Next: AB7B
AB60: Play a note of a tune
Used by the routines at A410 and A6FE.
Input
HL Pointer to the pitch and length, or 0 to mark the end
AB60 LD C,(HL)
AB61 INC HL
AB62 LD B,(HL)
AB63 INC HL
AB64 LD A,C
AB65 AND A
AB66 RET Z
AB67 PUSH HL
AB68 PUSH BC
AB69 CALL $2D28
AB6C RST $28
AB6D AND H
AB6E DEC B
AB6F JR C,$AB32
AB71 LD A,B
AB72 CALL $2D28
AB75 CALL $03F8
AB78 POP HL
AB79 JR $AB60
Prev: AB19 Up: Map Next: AB7B