aboutsummaryrefslogtreecommitdiffstats
path: root/audio (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Improve music command namesU-Fish-PC\Daniel2014-06-0966-312/+315
|
* Remove most static wram addresses. Use labels instead.yenatch2014-05-263-681/+681
| | | | | | For unknown addresses, use "w<address>". Label overleads are still an issue.
* combine audio and music foldersU-Fish-PC\Daniel2014-04-06379-0/+32115
|
* Stop using [$ff00+$xx] syntax.yenatch2014-03-303-114/+114
| | | | rgbasm treats $ffxx loads the same. This is more consistent and avoids confusion with $ff00+c,
* Get rid of globals.asm. Use ::s to export labels between objects.yenatch2014-01-273-6/+6
| | | | | | | | | | | 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.
* fix some duty labelsyenatch2014-01-093-10/+12
|
* split instrument duty into audio/yenatch2014-01-093-0/+96
|
* split out the audio enginesyenatch2014-01-063-0/+5097