Code: Select all
.org $8000
.incbin "story.txt"
.org $C000
.include "music.asm"
.include "famitone2.asm"/code]
What would be a good thing to change it to?Code: Select all
.org $8000
.incbin "story.txt"
.org $C000
.include "music.asm"
.include "famitone2.asm"/code]
What would be a good thing to change it to?