aboutsummaryrefslogtreecommitdiffstats
path: root/macros/coords.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use features of RGBDS 1.0.0 (#537)Rangi2025-11-121-18/+18
|
* Replace hardware_constants.asm with hardware.inc (#511)Rangi2025-06-301-3/+3
|
* Avoid using `EQUS` when `EQU` or `MACRO` will do (#496)Rangi2025-02-271-9/+33
|
* RGBDS syntax updates (#358)vulcandth2022-06-061-18/+18
| | | New MACRO and DEF syntax
* 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.