| Chase H.Q. | Data |
| Prev: F9F3 | Up: Map | Next: FA42 |
|
Ten (repetition count, data offset) pairs terminated by $FF, then a restart pointer. bank7_reset_music points the engine at this table and bank7_next_pattern walks it; each offset indexes b7_music_data. The restart pointer holds $F54E, which is FA3D once the bank has been relocated -- the last pair -- so the tune plays through once and then repeats its final pattern.
|
||||
| b7_music_patterns | FA2B | DEFB $01,$00 | Repetition count, data offset | |
| FA2D | DEFB $04,$22,$04,$44,$05,$56,$01,$68 | |||
| FA35 | DEFB $04,$7A,$04,$7A,$03,$7A,$01,$8C | |||
| FA3D | DEFB $3C,$A9 | |||
| FA3F | DEFB $FF | End of patterns | ||
| FA40 | DEFW $F54E | Restart at FA3D | ||
| Prev: F9F3 | Up: Map | Next: FA42 |