Prev: EE40 Up: Map Next: EE6E
EE5E: Routine at $EE5E -- suspect a music reset routine
Used by the routine at diamond_zoom_in_mask.
music_reset EE5E XOR A A = 0
EE5F LD ($EF0E),A Self modify 'LD A,x' @ dk_ef0d -- clear drum flag?
EE62 LD ($EF01),A Self modify 'LD A,x' @ dk_ef00 -- in define_keys
EE65 LD ($EEA3),A Self modify 'LD A,x' @ EEA2 -- in define_keys
EE68 LD HL,$F0FE -> music data
EE6B JP j_ee78 Jump to j_ee78
Prev: EE40 Up: Map Next: EE6E