aboutsummaryrefslogtreecommitdiffstats
path: root/data/maps/sprite_sets.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Don't pass redundant label names to `table_width` and `list_start` (#125)Rangi2024-12-271-3/+3
|
* Merge branch 'master' of https://github.com/pret/pokereddannye2023-11-201-3/+3
|\
| * Add macros, constants, and labels for map scripts and text (#367)vulcandth2023-07-131-3/+3
| | | | | | 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.
* | Merge remote-tracking branch 'remotes/pokered/master'Rangi2022-10-021-89/+70
|\|
| * Use a SPRITE_SET_LENGTH constantRangi2022-09-241-2/+1
| |
| * Add constants and table macros for the map sprite sets (#392)Rangi2022-09-241-89/+71
| | | | | | Fixes #391
| * RGBDS syntax updates (#358)vulcandth2022-06-061-3/+3
| | | | | | New MACRO and DEF syntax
* | RGBDS syntax updates (#86)vulcandth2022-06-061-3/+3
| | | | | | New MACRO and DEF syntax
* | Merge branch 'master' of https://github.com/pret/pokereddannye2021-03-251-0/+26
|\|
| * Verify data table and name list sizes with assertion macrosRangi2021-03-251-0/+26
| | | | | | | | Fixes #312
* | Merge branch 'master' of https://github.com/pret/pokereddannye2020-11-141-0/+0
|\|
| * Fix file modesdannye2020-11-141-0/+0
| |
| * Port dbsprite macro for OAM y,x,tile,attr data from pokecrystalRangi2020-07-171-15/+16
| |
| * Update sprite namesRangi2020-07-171-66/+66
| | | | | | | | These are based on the trainers that use them, and synced with pokegold/pokecrysal when possible
| * Clean up some data, using macros for multiline list entriesRangi2020-07-141-12/+12
| |
| * Factor out data/sprites/Rangi2020-07-031-361/+0
| |
| * Add subdirectories to data/ similar to pokecrystalRangi2020-07-031-0/+551
| | | | Top level text/ is now solely for the former text/maps/ files, and other files are in their respective subdirectories in data/.
* Sync with pokereddannye2020-11-041-0/+191