| Chase H.Q. | Routines |
| Prev: EE40 | Up: Map | Next: EE6E |
|
Used by the routine at diamond_zoom_in_mask.
|
||||
| reset_music | EE5E | XOR A | A = 0 | |
| EE5F | LD ($EF0E),A | Self modify 'LD A,x' @ pm_start_drums -- clear <drum is playing flag> | ||
| EE62 | LD ($EF01),A | Self modify 'LD A,x' @ pm_zero_or_456 -- in play_music_48k | ||
| EE65 | LD ($EEA3),A | Self modify 'LD A,x' @ EEA2 -- in play_music_48k | ||
| EE68 | LD HL,$F0FE | Address of music patterns | ||
| EE6B | JP np_start_at_hl | Jump to np_start_at_hl | ||
| Prev: EE40 | Up: Map | Next: EE6E |