summaryrefslogtreecommitdiff
path: root/maps/SilverCaveOutside.asm
AgeCommit message (Expand)Author
2020-06-10Resolve #723: treat std scripts like specials and predefsRangi
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-23hiddenitem, like itemball and object_event, puts the item first and the event...Rangi
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
2017-12-28Consistent (x, y) coordinate formatting in map scriptsRemy Oukaour
2017-12-24Renaming: (fix #412)Remy Oukaour
2017-12-10PokeCenter → Pokecenter (consistent with the POKECENTER map constants)Remy Oukaour
2017-12-10All map triggers use the `maptrigger` macro, not `dw`Remy Oukaour
2016-04-10Local labels starting with capital letters are now decorated with a trailing ...pikalaxalt
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-12-15Replaced SignpostItem with Hidden(ItemName)PikalaxALT
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-18Updated signpost items and person_event flagsPikalaxALT
2015-07-16Special script annotation, trainer constant enumeration, person-event structu...PikalaxALT
2015-06-25Label flypoint callbacks.IIMarckus
2015-06-25Improve some signpost labels.IIMarckus
2015-06-23More std_scripts enums.IIMarckus
2015-06-23Remove trailing newlines.IIMarckus
2014-03-06Text macros in maps/.yenatch
2013-09-24rename bit2 script commands to flagyenatch
2013-02-17Split map scripts, text, events from main.asmyenatch