aboutsummaryrefslogtreecommitdiffstats
path: root/data/items (follow)
Commit message (Collapse)AuthorAge
* Add macros, constants, and labels for map scripts and text (#367)vulcandth2023-07-13
| | | 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-06
| | | New MACRO and DEF syntax
* Eliminate unnecessary data macrosRangi2021-05-30
|
* Add labels to unreferenced mart inventories and remove redundant commentsRangi2021-05-23
|
* Use macros for bit arraysRangi2021-05-23
|
* Use macros for packed arrays of nybblesRangi2021-05-23
|
* Verify data table and name list sizes with assertion macrosRangi2021-03-25
| | | | Fixes #312
* Fix file modesdannye2020-11-14
|
* Reformat key item bit fieldsRangi2020-07-18
|
* Indent comments that describe data table macro formatsRangi2020-07-15
|
* Clean up some data, using macros for multiline list entriesRangi2020-07-14
|
* TM/HM constants named after movesRangi2020-07-05
|
* Port pokecrystal's formatting of text commands and special charactersRangi2020-07-04
|
* Add subdirectories to data/ similar to pokecrystalRangi2020-07-03
Top level text/ is now solely for the former text/maps/ files, and other files are in their respective subdirectories in data/.