aboutsummaryrefslogtreecommitdiffstats
path: root/constants/sprite_data_constants.asm (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-06-06RGBDS syntax updates (#86)vulcandth1-5/+5
New MACRO and DEF syntax
2022-06-06RGBDS syntax updates (#358)vulcandth1-5/+5
New MACRO and DEF syntax
2020-11-04Sync with pokereddannye1-0/+26
2020-07-16Reformat map scripts' coordinate and movement dataRangi1-0/+2
'dbmapcoord' has X, Y order like other coordinate-related data macros
2020-07-09Use const_skip and const_next macros for brevityRangi1-17/+19
2020-07-03Organize macros/ like pokecrystalRangi1-6/+0
While doing so I replaced the StopAllMusic macro with a SFX_STOP_ALL_MUSIC constant and applied it throughout the code.
2020-07-03Reorganize constants/Rangi1-0/+28
To do: add comments associating constants with data and code