aboutsummaryrefslogtreecommitdiffstats
path: root/audio.asm (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-04-06combine audio and music foldersU-Fish-PC\Daniel1-375/+375
2014-03-30Use labels instead of static addresses in sound pointers.yenatch1-15/+8
Static address substraction would wreak havoc in other memory configurations.
2014-03-30Stop using [$ff00+$xx] syntax.yenatch1-1/+1
rgbasm treats $ffxx loads the same. This is more consistent and avoids confusion with $ff00+c,
2014-02-14audio: Include all constantsyenatch1-8/+1
2014-01-27Get rid of globals.asm. Use ::s to export labels between objects.yenatch1-3/+2
globals.asm was a hack that: - gave rgbasm an extra 100k lines to read - increased reliance on the python preprocessor - made the makefile a mess - gave object creation an extra step - wasn't even necessary This speeds up build time by at least a third.
2014-01-21use music constants everywhereyenatch1-8/+8
some sfx are treated as music, but don't have constants yet
2014-01-21define music constants instead of running around with ((label-$4000)/3)yenatch1-0/+1
2014-01-09rearrange audio.asmyenatch1-248/+239
2014-01-09split instrument duty into audio/yenatch1-99/+3
2014-01-09consolidate red/blue diffs in sfxyenatch1-6/+1
2014-01-09split audio components into audio_red.o and audio_blue.oyenatch1-0/+778