summaryrefslogtreecommitdiff
path: root/maps/Route17Route18Gate.asm
AgeCommit message (Collapse)Author
2020-07-24Use def_* macros for automatic map event countsRangi
Resolves #742
2019-04-21"object_const_def" instead of "const_def 2"Rangi
2018-02-28Label more map scriptsRangi
2018-02-25* loadmenuheader -> loadmenu (ead103d)Rangi
* objectface -> turnobject (c834bda)
2018-02-02spriteface → objectface, consistent with the other script commandsRangi
2018-02-01Align map event coordinate columnsRangi
2018-02-01warp_event x, y, map, warp_idRangi
2018-02-01Meaningful scene constant namesRangi
(Two common patterns: 0=default event and 1=nothing; and 0=nothing and 1=some event)
2018-01-31Add scene ID constants (TODO: meaningful names)Rangi
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
2018-01-01Route 17-18 Gate and Route 29-46 GateRemy Oukaour