ootw: move audio around

This commit is contained in:
Vince Weaver 2021-03-24 11:33:54 -04:00
parent 5285ebbf84
commit a5fdef7b65
10 changed files with 4 additions and 4 deletions

View File

@ -19,7 +19,7 @@ ending.o: ending.s \
$(PT3_PLAYER)/interrupt_handler.s \
../ootw_c15/graphics/l15_final/ootw_c15_final.inc \
graphics/ending/ootw_c16_end.inc \
audio/ootw_outro.pt3
music/ootw_outro.pt3
ca65 -o ending.o ending.s -l ending.lst
#####

View File

@ -864,4 +864,4 @@ PT3_LOC = song
; must be page aligned
.align 256
song:
.incbin "audio/ootw_outro.pt3"
.incbin "music/ootw_outro.pt3"

View File

@ -194,4 +194,4 @@ delay:
audio:
.incbin "ootw_audio/mytuba.btc"
.incbin "audio/mytuba.btc"

View File

@ -157,5 +157,5 @@ end_message:
; laser movie
.include "graphics/l2_laser/ootw_c2_laser.inc"
.include "../audio.s"
.include "audio.s"