Commit graph

7 commits

Author SHA1 Message Date
yenatch 1b9ee46af9 Get rid of globals.asm. Use ::s to export labels between objects.
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-27 16:24:13 -05:00
yenatch 5914bb67ac use music constants everywhere
some sfx are treated as music, but don't have constants yet
2014-01-21 14:24:40 -05:00
yenatch 001270908a define music constants instead of running around with ((label-$4000)/3) 2014-01-21 14:08:06 -05:00
yenatch 2622824f1b rearrange audio.asm 2014-01-09 15:01:49 -05:00
yenatch 068992617d split instrument duty into audio/ 2014-01-09 14:42:42 -05:00
yenatch 4cdc06b2c3 consolidate red/blue diffs in sfx 2014-01-09 14:17:58 -05:00
yenatch 10bb09c4e2 split audio components into audio_red.o and audio_blue.o 2014-01-09 13:52:12 -05:00