summaryrefslogtreecommitdiff
path: root/maps/Route6UndergroundEntrance.asm
AgeCommit message (Collapse)Author
2017-12-24Rename maps:Remy Oukaour
- Underground -> UndergroundPath - Route5UndergroundEntrance -> Route5UndergroundPathEntrance - Route6UndergroundEntrance -> Route6UndergroundPathEntrance - WarehouseEntrance -> GoldenrodUnderground - UndergroundWarehouse -> GoldenrodUndergroundWarehouse - UndergroundPathSwitchRoomEntrances -> GoldenrodUndergroundSwitchRoomEntrances
2017-12-24Renaming: (fix #412)Remy Oukaour
- MapTriggers / maptrigger → SceneScripts / scene_script - XYTriggers / xy_trigger → CoordEvents / coord_event - Signposts / signpost → BGEvents / bg_event - PersonEvents / person_event → ObjectEvents / object_event
2016-04-06Improve some map script labels.IIMarckus
2015-12-26More mobile-related labels; remove unneeded map object constantsPikalaxALT
2015-11-27Person event constants for each mapPikalaxALT
2015-07-23Replaced GROUP_, MAP_ references with the map macroPikalaxALT
Updated macros that rely on the GROUP_, MAP_ constants to use the map macro Added GROUP_NONE and MAP_NONE for the sake of compatibility with this new scheme Added new macro elevfloor to simplify the definition of elevators under this new scheme
2015-07-21Added labels to different parts of the map script and event headersPikalaxALT
2015-07-10Trim address comments from maps.IIMarckus
2015-06-23Remove trailing newlines.IIMarckus
2013-02-17Split map scripts, text, events from main.asmyenatch
The commit we deserve