Dynamite Dan
Routines
Prev:
DB01
Up:
Map
Next:
DB17
DB0B: Select a tune to play
Used by the routines at
CA5B
,
CD9A
,
CF77
,
D1CE
,
DBB8
,
DBEE
,
DE28
and
DE87
.
Input
HL
Pointer to the tune data
DB0B
LD ($DA88),HL
Set it. (
DA88
)
DB0E
LD A,($DA8A)
Set bit 0 (play a tune) on the current playing state.
DB11
SET 0,A
DB13
LD ($DA8A),A
DB16
RET
Return.
Prev:
DB01
Up:
Map
Next:
DB17