summaryrefslogtreecommitdiff
path: root/maps/Route16.asm
AgeCommit message (Expand)Author
2020-07-24Use def_* macros for automatic map event countsRangi
2020-07-17return → endcallback, reloadandreturn → reloadendRangi
2019-03-10Rename more script commands for consistency and predictabilityRangi
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 ma...Remy Oukaour
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
2017-12-10All map triggers use the `maptrigger` macro, not `dw`Remy Oukaour
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
2015-07-21Added labels to different parts of the map script and event headersPikalaxALT
2015-07-16Special script annotation, trainer constant enumeration, person-event structu...PikalaxALT
2015-07-12Event and engine constant enumeration; replace static flag numbers with their...PikalaxALT
2015-07-10Add more event flags.IIMarckus
2015-07-10Trim address comments from maps.IIMarckus
2015-07-09Add constants for checkcodes.IIMarckus
2015-06-23Remove trailing newlines.IIMarckus
2014-03-06Text macros in maps/.yenatch
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