summaryrefslogtreecommitdiff
path: root/maps/second_map_headers.asm
AgeCommit message (Collapse)Author
2014-07-18Use macros for both types of map headers.yenatch
This should make map headers much easier to edit than before. Rather than occasionally being able to reuse blockdata semantically, create a label for each map and attach it to some blockdata include. This improves readability and reduces overhead when adding new maps. The macro argument length bug doesn't seem to crop up here... It looks like it only happens when an argument is over 16 characters long and references a symbol that exists before the macro is invoked.
2014-06-24Remove excessive whitespace in map headers.yenatch
Use the "map" macro instead of using GROUP_* and MAP_* constants. Also remove redundant "(bank then label)" comments.
2014-04-30Fix some static addresses in maps.yenatch
2014-02-01Use :: to export labels between objects.yenatch
This fixes the build.
2013-02-15Split map headers and second map headers from main.asmyenatch