summaryrefslogtreecommitdiff
path: root/maps/second_map_headers.asm
AgeCommit message (Collapse)Author
2018-01-01Route 17-18 Gate and Route 29-46 GateRemy Oukaour
2018-01-01Consistent map naming ("Town" and "City" are left out in houses and gates)Remy Oukaour
2017-12-28endm -> ENDMxCrystal
2017-12-28Uppercase MACRO and EQU(S) according to the style guidexCrystal
2017-12-24Rename maps:Remy Oukaour
- Underground -> UndergroundPath - Route5UndergroundEntrance -> Route5UndergroundPathEntrance - Route6UndergroundEntrance -> Route6UndergroundPathEntrance - WarehouseEntrance -> GoldenrodUnderground - UndergroundWarehouse -> GoldenrodUndergroundWarehouse - UndergroundPathSwitchRoomEntrances -> GoldenrodUndergroundSwitchRoomEntrances
2017-12-23Document the meaning of hour and daytime values for person_eventsRemy Oukaour
2017-12-14Reorganize macrosRemy Oukaour
2017-12-13Rename the Onix trade house to match the restRemy Oukaour
2017-12-10PokeCenter → Pokecenter (consistent with the POKECENTER map constants)Remy Oukaour
2017-12-10Consistent capitalization for map names, matching their constantsRemy Oukaour
2017-11-22PewterPokeCEnter2FBeta -> PewterPokeCenter2FBetamid-kid
Probably a typo.
2016-04-07More labels cleanup in map scripts.IIMarckus
2016-04-06Improve some map script labels.IIMarckus
2015-11-03Fix errors in global substitutionPikalaxALT
2015-11-02Mart constantsPikalaxALT
2015-11-02No more NONEPikalaxALT
2015-07-18Updated signpost items and person_event flagsPikalaxALT
2015-07-10Trim address comments from maps.IIMarckus
2015-06-23Remove trailing newlines.IIMarckus
2015-02-11Move second map header macros into macros/map.asm.yenatch
On second thought, keep the data separate from ugly macros.
2015-02-11Use connection macros instead of guessed values in second map headers.yenatch
Some of the under-the-hood connection values are offset by an arbitrary amount. This could be because of a graphical connection editor allowing a shift in the strip destination pointer, as well as the standard alignment value. There is no visible difference, so it can be confusing when two unique sets of values can produce the same result. Reversing this invisible offset was a major sticking point back when connections were dumped, but it was straightforward this time around. Much thanks to huderlem for articulating this quirk in pokered's connection macros.
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