summaryrefslogtreecommitdiff
path: root/maps/SafariZoneFuchsiaGateBeta.asm
AgeCommit message (Collapse)Author
2020-07-24Use def_* macros for automatic map event countsRangi
Resolves #742
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
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
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