aboutsummaryrefslogtreecommitdiffstats
path: root/constants/map_object_constants.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Misc. naming and cleanup (#139)Narishma-gb2025-09-101-0/+2
| | | | | | | | | * Name some printer/diploma routines * Name `wd434` * Name `NAME_LENGTH_JP` * Rename `callabd`/`calladb` to `farcall`/`callfar`
* Identify more flag bits (#464)Sylvie2024-09-231-2/+9
|
* Rename `macros/wram.asm` to `macros/ram.asm` (#388)vulcandth2022-09-111-2/+2
|
* RGBDS syntax updates (#358)vulcandth2022-06-061-16/+16
| | | New MACRO and DEF syntax
* Use {interpolation} to generate sequences of RAM labelsRangi2021-04-271-0/+2
| | | | Fixes #319
* Identify some map object related constantsRangi2020-08-171-5/+8
|
* Identify SPRITESTATEDATA2_ORIGFACINGDIRECTIONRangi2020-07-071-1/+1
|
* Remove c1x*/c2x* comments, use struct offset constantsRangi2020-07-071-0/+40
|
* Organize macros/ like pokecrystalRangi2020-07-031-0/+14
While doing so I replaced the StopAllMusic macro with a SFX_STOP_ALL_MUSIC constant and applied it throughout the code.