aboutsummaryrefslogtreecommitdiffstats
path: root/constants/item_constants.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Document where badge and elevator floor "items" are usedRangi422025-08-281-1/+2
|
* Use constant in wram for hidden item flags (#445)Vortyne2024-05-051-0/+3
| | | Prevents defining more hidden items than the flag array has room for
* Clean up item comments (#443)SatoMew2023-12-181-2/+2
|
* Rename two unused items as `ITEM_XX` like pokecrystalRangi422023-11-211-4/+4
|
* Thoroughly document debug code (#410)SatoMew2023-07-151-1/+1
|
* RGBDS syntax updates (#358)vulcandth2022-06-061-21/+21
| | | New MACRO and DEF syntax
* Use compound assignment operatorsRangi2021-11-231-1/+1
|
* Improve some RAM formattingRangi2021-05-311-1/+1
|
* Use macros for bit arraysRangi2021-05-231-1/+1
|
* Port 'add_tmnum' from pokecrystalRangi2021-04-191-16/+15
|
* Use rgbds 0.5.0 features:Rangi2021-04-171-18/+5
| | | | | | | - FOR loops - {interpolation} - REDEF EQUS - \# for all macro args
* Verify data table and name list sizes with assertion macrosRangi2021-03-251-0/+4
| | | | Fixes #312
* The 'tmhm' macro adjusts to the number of TMs/HMsRangi2021-01-061-1/+3
|
* Fix file modesdannye2020-11-141-0/+0
|
* Add comments associating constants with data, and identify some more dataRangi2020-07-201-0/+7
|
* Use const_skip and const_next macros for brevityRangi2020-07-091-1/+1
|
* Eliminate enum: use const instead, with case-by-case parallel const ↵Rangi2020-07-091-10/+12
| | | | implementations
* Avoid repeating the NUM_TMS valueRangi2020-07-061-6/+8
|
* add_tm and add_hm define TM##_MOVE and HM##_MOVE constants, to avoid ↵Rangi2020-07-061-4/+35
| | | | repeating the move names twice
* TM/HM constants named after movesRangi2020-07-051-55/+79
|
* Reorganize constants/Rangi2020-07-031-2/+2
| | | | To do: add comments associating constants with data and code
* Fewer underscores in constantsdannye2015-12-141-3/+3
|
* Use constants for elevator floorsdannye2015-08-101-0/+14
|
* Enumerate more constantsdannye2015-07-191-140/+145
|
* Rename/organize part 1 of 4U-Daniel-PC\Daniel2015-07-031-1/+0
| | | | | rename functions, clean up address/wram comments, other misc only broken up so that all changes are viewable on github
* Add newlines to EOFsU-Daniel-PC\Daniel2015-06-011-1/+1
|
* More misc relabellingU-Fish-PC\Daniel2014-05-211-0/+2
|
* Clean up constantsU-Fish-PC\Daniel2013-12-111-2/+1
|
* split related constants into constants/yenatch2013-12-051-0/+140