Prev: DA8B Up: Map Next: DA9E
DA8D: Play a note or a sound effect
Used by the routines at C800, CA5B, CDD3 and DD8D.
DA8D LD A,($DA8A) Get the current sound state. (DA8A)
DA90 BIT 1,A Is bit 1 (Dan okay) set?
DA92 JP NZ,$DAE5 Jump forward if so.
DA95 BIT 0,A Is bit 0 (Play a tune) set?
DA97 JP NZ,$DB17 Jump forward if so.
DA9A LD HL,($DA8B) Otherwise take the next action (DA8B) and perform it.
DA9D JP (HL)
Prev: DA8B Up: Map Next: DA9E