aboutsummaryrefslogtreecommitdiffstats
path: root/constants/map_object_constants.asm (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-04-27Use {interpolation} to generate sequences of RAM labelsRangi1-0/+2
Fixes #319
2020-08-17Identify some map object related constantsRangi1-5/+8
2020-07-07Identify SPRITESTATEDATA2_ORIGFACINGDIRECTIONRangi1-1/+1
2020-07-07Remove c1x*/c2x* comments, use struct offset constantsRangi1-0/+40
2020-07-03Organize macros/ like pokecrystalRangi1-0/+14
While doing so I replaced the StopAllMusic macro with a SFX_STOP_ALL_MUSIC constant and applied it throughout the code.