summaryrefslogtreecommitdiff
path: root/data/maps/setup_scripts.asm
AgeCommit message (Collapse)Author
2021-03-16Revise some constant definitionsRangi
2020-07-22Treat map setup commands like trade script commandsRangi
Fixes #736
2020-07-13Define map setup commands as macros like other script commandsRangi
2020-06-21Comment more ROM labels as unreferencedRangi
(Some unreferenced labels are above code which is still used via fallthrough!)
2019-11-18Make the map setup commands match the actual function names bettermid-kid
These functions used as map setup commands are used in other places, too, so I can't prefix them under the same. The names should match except I won't repeat "map" in a map setup command name.
2018-06-24Remove all address commentsmid-kid
2018-02-03map → map_id; map_def → map; map_data → map_attributesRangi
2017-12-27Remove redundant data/ filename prefixesRemy Oukaour