summaryrefslogtreecommitdiff
path: root/macros/scripts/maps.asm
AgeCommit message (Expand)Author
2021-11-23Use compound assignment operatorsRangi
2021-05-30Move the dbbw, dbww, and dbwww macros to legacyRangi
2021-05-09Require rgbds 0.5.1Rangi
2021-04-19Use rgbds 0.5.0Rangi
2020-10-26Use more assertions to ensure correct code and dataRangi
2020-07-24Use def_* macros for automatic map event countsRangi
2019-04-21"object_const_def" instead of "const_def 2"Rangi
2019-03-03Define constants for map event sizesRangi
2018-06-24Fix triple newlines left over from removing address commentsRangi
2018-02-25Default macro parameters use recursion; avoids repeating internal structureRangi
2018-02-03map → map_id; map_def → map; map_data → map_attributesRangi
2018-02-01warp_event x, y, map, warp_idRangi
2018-02-01More comments and macrosRangi
2018-01-28grep -rl warp_def . | xargs sed -i s/warp_def/warp_event/gRangi
2018-01-23trainers put the class and id first: `trainer YOUNGSTER, JOEY1, ...`Rangi
2018-01-23hiddenitem, like itemball and object_event, puts the item first and the event...Rangi
2018-01-13Introduce callback, hiddenitem, conditional_event, and cmdqueue macros for ma...Remy Oukaour
2017-12-28Merge branch 'master' of https://github.com/pret/pokecrystalRemy Oukaour
2017-12-28endm -> ENDMxCrystal
2017-12-28Consistent (x, y) coordinate formatting in map scriptsRemy Oukaour
2017-12-28Uppercase MACRO and EQU(S) according to the style guidexCrystal
2017-12-24s/number/scene/, and correct some documentationRemy Oukaour
2017-12-24Renaming: (fix #412)Remy Oukaour
2017-12-23Document the meaning of hour and daytime values for person_eventsRemy Oukaour
2017-12-14Reorganize macrosRemy Oukaour