aboutsummaryrefslogtreecommitdiffstats
path: root/macros/coords.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Reformat map scripts' coordinate and movement dataRangi2020-07-161-0/+5
| | | | 'dbmapcoord' has X, Y order like other coordinate-related data macros
* Clean up some data, using macros for multiline list entriesRangi2020-07-141-0/+6
|
* Sync coordinate macros with pokecrystalRangi2020-07-071-41/+55
|
* Organize macros/ like pokecrystalRangi2020-07-031-0/+65
While doing so I replaced the StopAllMusic macro with a SFX_STOP_ALL_MUSIC constant and applied it throughout the code.