summaryrefslogtreecommitdiff
path: root/maps/Route16FuchsiaSpeechHouse.asm
AgeCommit message (Expand)Author
2020-07-24Use def_* macros for automatic map event countsRangi
2020-06-10Resolve #723: treat std scripts like specials and predefsRangi
2019-04-21"object_const_def" instead of "const_def 2"Rangi
2018-02-01Align map event coordinate columnsRangi
2018-02-01warp_event x, y, map, warp_idRangi
2018-01-31const_def NRangi
2018-01-31Forgot the person→object renameRangi
2018-01-31Comment the person constants sections, like the othersRangi
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
2017-12-17Auto-label more map scriptsRemy Oukaour
2017-12-10Use new palette constantsRemy Oukaour
2015-11-27Person event constants for each mapPikalaxALT
2015-11-15Globally introduce PERSONTYPE constantsPikalaxALT
2015-10-31SPRITEMOVEDATAPikalaxALT
2015-10-29No more -bash000; engine/movement.asm, SPRITEMOVEFNPikalaxALT
2015-10-24About time I got to these functionsPikalaxALT
2015-10-21Plus 4 on person events; feeble attempt to annotate color functionsPikalaxALT
2015-07-31Split fourth-to-last byte of person_event into nybble argumentsPikalaxALT
2015-07-29Reworked person_event argumentsPikalaxALT
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-19Finished the decoration attributes tablePikalaxALT
2015-07-16Special script annotation, trainer constant enumeration, person-event structu...PikalaxALT
2015-07-13Replace EVENT_ALWAYS_THERE with -1PikalaxALT
2015-07-12Event and engine constant enumeration; replace static flag numbers with their...PikalaxALT
2015-06-25Improve some signpost labels.IIMarckus
2015-06-23Begin enumerating std_scripts constants.IIMarckus
2015-06-23Remove trailing newlines.IIMarckus
2014-03-06Text macros in maps/.yenatch
2013-07-12sprite constants in map eventsyenatch
2013-02-17Split map scripts, text, events from main.asmyenatch