Vince Weaver d0a2b111c0 peasant: work on moving music to MUSIC
had to re-arrange thigns a bit

also fix ESCAPE to work again in intro
2021-09-23 23:49:10 -04:00

15 lines
382 B
PHP

; Danger: if you mess with MUSIC you'll have to update these
MUSIC_LOC=$D000
pt3_init_song=MUSIC_LOC+$8E8
clear_ay_both=MUSIC_LOC+$B71
reset_ay_both=MUSIC_LOC+$B2F
mockingboard_setup_interrupt=MUSIC_LOC+$B7E
mockingboard_disable_interrupt=MUSIC_LOC+$BA6
mockingboard_init=MUSIC_LOC+$B20
mockingboard_patch=MUSIC_LOC+$BB2
mockingboard_detect=MUSIC_LOC+$C5D
PT3_LOC=MUSIC_LOC+$D00