aboutsummaryrefslogtreecommitdiffstats
path: root/data/sprites (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replace hardware_constants.asm with hardware.inc (#511)Rangi2025-06-301-4/+4
|
* Don't pass redundant label names to `table_width` and `list_start` (#484)Rangi2024-12-271-1/+1
|
* Identify more flag bits (#464)Sylvie2024-09-231-4/+4
|
* Add macros, constants, and labels for map scripts and text (#367)vulcandth2023-07-131-2/+2
| | | This introduces `def_script_pointers`, `def_text_pointers`, and `object_const_def` macros, and applies them to all maps. Most other map labels have also been identified.
* RGBDS syntax updates (#358)vulcandth2022-06-061-1/+1
| | | New MACRO and DEF syntax
* Verify data table and name list sizes with assertion macrosRangi2021-03-251-0/+2
| | | | Fixes #312
* fix OAMFLAG_VFLIPPED (#283)Akihiro Otomo2020-08-021-4/+4
| | | Replace incorrect label OAMFLAG_VFLIPPED with OAM_HFLIP
* Update sprite namesRangi2020-07-171-72/+72
| | | | These are based on the trainers that use them, and synced with pokegold/pokecrysal when possible
* Align constant comments as a columnRangi2020-07-151-70/+70
|
* Indent comments that describe data table macro formatsRangi2020-07-152-3/+3
|
* Clean up some data, using macros for multiline list entriesRangi2020-07-142-413/+135
|
* Factor out data/sprites/Rangi2020-07-032-0/+417