Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-16 | Move map-related "metadata" files into data/maps/ | Remy Oukaour | |
2018-01-12 | SaffronMagnetTrainStation | Remy Oukaour | |
2018-01-01 | Route 17-18 Gate and Route 29-46 Gate | Remy Oukaour | |
2018-01-01 | Consistent map naming ("Town" and "City" are left out in houses and gates) | Remy Oukaour | |
2017-12-28 | endm -> ENDM | xCrystal | |
2017-12-28 | Uppercase MACRO and EQU(S) according to the style guide | xCrystal | |
2017-12-26 | Use "battle_anims" and "sprite_anims" for clarity, not just "anims" | Remy Oukaour | |
2017-12-24 | Rename maps: | Remy Oukaour | |
- Underground -> UndergroundPath - Route5UndergroundEntrance -> Route5UndergroundPathEntrance - Route6UndergroundEntrance -> Route6UndergroundPathEntrance - WarehouseEntrance -> GoldenrodUnderground - UndergroundWarehouse -> GoldenrodUndergroundWarehouse - UndergroundPathSwitchRoomEntrances -> GoldenrodUndergroundSwitchRoomEntrances | |||
2017-12-24 | Rename "map permissions" to "map environment" (fix #396) | Remy Oukaour | |
2017-12-14 | Reorganize macros | Remy Oukaour | |
2017-12-13 | Rename the Onix trade house to match the rest | Remy Oukaour | |
2017-12-11 | Name map groups | Remy Oukaour | |
2017-12-10 | Rename tilesets, consistent with constant names | Remy Oukaour | |
2017-12-10 | PokeCenter → Pokecenter (consistent with the POKECENTER map constants) | Remy Oukaour | |
2017-12-10 | Use new palette constants | Remy Oukaour | |
2017-12-10 | Consistent capitalization for map names, matching their constants | Remy Oukaour | |
2017-12-09 | Document constants with comments, actual names, and more thorough usage | Remy Oukaour | |
2017-11-22 | PewterPokeCEnter2FBeta -> PewterPokeCenter2FBeta | mid-kid | |
Probably a typo. | |||
2016-04-07 | More labels cleanup in map scripts. | IIMarckus | |
2016-04-06 | Improve some map script labels. | IIMarckus | |
2016-03-16 | Use fish group constants in map headers. | yenatch | |
2015-11-13 | sprite engine; tileset constants | PikalaxALT | |
2015-11-12 | Map header labels, tileset constants | PikalaxALT | |
2015-10-04 | soft reset | PikalaxALT | |
2015-07-10 | Mark maps with permission constants. | IIMarckus | |
2015-07-10 | Trim address comments from maps. | IIMarckus | |
2015-07-09 | Split the sixth argument of map_header into separate arguments. | IIMarckus | |
From PikalaxALT. | |||
2015-06-23 | Remove trailing newlines. | IIMarckus | |
2015-02-11 | Move the map_header macro into macros/map.asm. | yenatch | |
2014-07-18 | Use 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-24 | Remove 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-02-01 | Use :: to export labels between objects. | yenatch | |
This fixes the build. | |||
2013-11-28 | landmark constants in map headers | yenatch | |
2013-11-22 | move map groups into maps/map_headers.asm | yenatch | |
2013-05-22 | music constants in map headers | yenatch | |
2013-05-22 | label banks in map headers | yenatch | |
2013-05-12 | fix map group label numbering | yenatch | |
2013-02-15 | Point to map groups instead of their first header | yenatch | |
2013-02-15 | Split map headers and second map headers from main.asm | yenatch | |