Prev: F7D1 Up: Map Next: F7FF
F7EF: Reset music
Almost the same as EE5E
bank7_reset_music F7EF XOR A A = 0
F7F0 LD ($F3B6),A Self modify b7pm_start_drums -- clear the <drum is playing> flag
F7F3 LD ($F3A9),A Self modify b7pm_zero_or_456 -- clear the extra delay counter
F7F6 LD ($F34B),A Self modify F839 -- clear the <playback started> flag
F7F9 LD HL,$F53C Load address of music patterns
F7FC JP $F31A Jump to (np_start_at_hl)
Prev: F7D1 Up: Map Next: F7FF