aboutsummaryrefslogtreecommitdiffstats
path: root/macros/coords.asm (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-07-16Reformat map scripts' coordinate and movement dataRangi1-0/+5
'dbmapcoord' has X, Y order like other coordinate-related data macros
2020-07-14Clean up some data, using macros for multiline list entriesRangi1-0/+6
2020-07-07Sync coordinate macros with pokecrystalRangi1-41/+55
2020-07-03Organize macros/ like pokecrystalRangi1-0/+65
While doing so I replaced the StopAllMusic macro with a SFX_STOP_ALL_MUSIC constant and applied it throughout the code.