summaryrefslogtreecommitdiff
path: root/maps/Route16.asm
AgeCommit message (Collapse)Author
2020-07-24Use def_* macros for automatic map event countsRangi
Resolves #742
2020-07-17return → endcallback, reloadandreturn → reloadendRangi
2019-03-10Rename more script commands for consistency and predictabilityRangi
Fixes #540
2018-02-02Script commands don't have underscoresRangi
2018-02-01Align map event coordinate columnsRangi
2018-02-01warp_event x, y, map, warp_idRangi
2018-01-30Remove unreferenced map script heading labelsRangi
2018-01-28grep -rl warp_def . | xargs sed -i s/warp_def/warp_event/gRangi
2018-01-16map_header → map_def; map_header_2 → map_dataRemy Oukaour
2018-01-13Introduce callback, hiddenitem, conditional_event, and cmdqueue macros for ↵Remy Oukaour
map scripts
2018-01-12Use more constants in scriptsRemy Oukaour
2017-12-28Consistent (x, y) coordinate formatting in map scriptsRemy Oukaour
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
2017-12-10All map triggers use the `maptrigger` macro, not `dw`Remy Oukaour
.MapTriggers and .MapCallbacks lists are formatted consistently with .Warps, .XYTriggers, .Signposts, and .PersonEvents
2016-04-06Improve some map script labels.IIMarckus
2016-01-06Map callback constantsPikalaxALT
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-16Special script annotation, trainer constant enumeration, person-event ↵PikalaxALT
structure update
2015-07-12Event and engine constant enumeration; replace static flag numbers with ↵PikalaxALT
their constant names
2015-07-10Add more event flags.IIMarckus
2015-07-10Trim address comments from maps.IIMarckus
2015-07-09Add constants for checkcodes.IIMarckus
From PikalaxALT.
2015-06-23Remove trailing newlines.IIMarckus
2014-03-06Text macros in maps/.yenatch
Looks fine at a glance.
2013-09-26script commands if_greater_than and if_less_than were swappedyenatch
2013-09-24rename bit2 script commands to flagyenatch
2013-02-17Split map scripts, text, events from main.asmyenatch
The commit we deserve