aboutsummaryrefslogtreecommitdiffstats
path: root/constants/sprite_data_constants.asm (unfollow)
Commit message (Collapse)AuthorFilesLines
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