summaryrefslogtreecommitdiff
path: root/maps/GoldenrodUndergroundWarehouse.asm
AgeCommit message (Expand)Author
2020-07-24Use def_* macros for automatic map event countsRangi
2020-07-17return → endcallback, reloadandreturn → reloadendRangi
2019-11-03Rename buttonsound to promptbuttonRangi
2019-04-21"object_const_def" instead of "const_def 2"Rangi
2019-03-10Rename more script commands for consistency and predictabilityRangi
2018-08-20Label some Unknown map textRangi
2018-03-01Label more map scriptsRangi
2018-02-28Label more map scriptsRangi
2018-02-03Merge branch 'master' of https://github.com/pret/pokecrystalRangi
2018-02-02Script commands don't have underscoresRangi
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-30SPRITEMOVEDATA_ITEM_TREE → SPRITEMOVEDATA_STILL (it's used for other things...Rangi
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-23Prefix wram labels with w, part 2.luckytyphlosion
2018-01-23trainers put the class and id first: `trainer YOUNGSTER, JOEY1, ...`Rangi
2018-01-16map_header → map_def; map_header_2 → map_dataRemy Oukaour
2018-01-13Introduce callback, hiddenitem, conditional_event, and cmdqueue macros for ma...Remy Oukaour
2018-01-12Use more constants in scriptsRemy Oukaour
2017-12-28Consistent (x, y) coordinate formatting in map scriptsRemy Oukaour
2017-12-24Rename maps:Remy Oukaour