aboutsummaryrefslogtreecommitdiffstats
path: root/data/sprites/sprites.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Don't pass redundant label names to `table_width` and `list_start` (#125)Rangi2024-12-271-1/+1
|
* Merge branch 'master' of https://github.com/pret/pokereddannye2023-11-201-2/+2
|\
| * 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
* | RGBDS syntax updates (#86)vulcandth2022-06-061-1/+1
| | | | | | New MACRO and DEF syntax
* | Merge branch 'master' of https://github.com/pret/pokereddannye2021-03-251-0/+2
|\|
| * Verify data table and name list sizes with assertion macrosRangi2021-03-251-0/+2
| | | | | | | | Fixes #312
| * 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-151-1/+1
| |
| * Clean up some data, using macros for multiline list entriesRangi2020-07-141-359/+79
| |
| * Factor out data/sprites/Rangi2020-07-031-0/+360
|
* Start reorganizing pokeyellowRangi2020-11-041-3/+3
|
* Sync with pokereddannye2020-11-041-0/+90