aboutsummaryrefslogtreecommitdiffstats
path: root/audio.asm (follow)
Commit message (Expand)AuthorAgeFilesLines
* combine audio and music foldersU-Fish-PC\Daniel2014-04-061-375/+375
* Use labels instead of static addresses in sound pointers.yenatch2014-03-301-15/+8
* Stop using [$ff00+$xx] syntax.yenatch2014-03-301-1/+1
* audio: Include all constantsyenatch2014-02-141-8/+1
* Get rid of globals.asm. Use ::s to export labels between objects.yenatch2014-01-271-3/+2
* use music constants everywhereyenatch2014-01-211-8/+8
* define music constants instead of running around with ((label-$4000)/3)yenatch2014-01-211-0/+1
* rearrange audio.asmyenatch2014-01-091-248/+239
* split instrument duty into audio/yenatch2014-01-091-99/+3
* consolidate red/blue diffs in sfxyenatch2014-01-091-6/+1
* split audio components into audio_red.o and audio_blue.oyenatch2014-01-091-0/+778