aboutsummaryrefslogtreecommitdiffstats
path: root/constants/item_constants.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of https://github.com/pret/pokereddannye2025-09-061-1/+2
|\
| * Document where badge and elevator floor "items" are usedRangi422025-08-281-1/+2
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2024-05-051-2/+5
|\|
| * 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
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2023-11-211-4/+4
|\|
| * Rename two unused items as `ITEM_XX` like pokecrystalRangi422023-11-211-4/+4
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2023-11-201-1/+1
|\|
| * Thoroughly document debug code (#410)SatoMew2023-07-151-1/+1
| |
| * RGBDS syntax updates (#358)vulcandth2022-06-061-21/+21
| | | | | | New MACRO and DEF syntax
* | RGBDS syntax updates (#86)vulcandth2022-06-061-23/+23
| | | | | | New MACRO and DEF syntax
* | Merge remote-tracking branch 'remotes/pokered/master'Rangi2021-11-231-1/+1
|\|
| * Use compound assignment operatorsRangi2021-11-231-1/+1
| |
* | Add LIGHT_BALL_GSCdannye2021-10-151-0/+1
| |
* | Merge remote-tracking branch 'remotes/pokered/master'Rangi2021-05-311-1/+1
|\|
| * Improve some RAM formattingRangi2021-05-311-1/+1
| |
* | Merge remote-tracking branch 'remotes/pokered/master'Rangi2021-05-231-1/+1
|\|
| * Use macros for bit arraysRangi2021-05-231-1/+1
| |
* | Merge remote-tracking branch 'remotes/pokered/master'Rangi2021-04-191-16/+15
|\|
| * Port 'add_tmnum' from pokecrystalRangi2021-04-191-16/+15
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2021-04-171-18/+5
|\|
| * Use rgbds 0.5.0 features:Rangi2021-04-171-18/+5
| | | | | | | | | | | | | | - FOR loops - {interpolation} - REDEF EQUS - \# for all macro args
* | Merge branch 'master' of https://github.com/pret/pokereddannye2021-03-251-0/+4
|\|
| * Verify data table and name list sizes with assertion macrosRangi2021-03-251-0/+4
| | | | | | | | Fixes #312
* | Merge remote-tracking branch 'remotes/pokered/master'Rangi2021-01-061-1/+3
|\|
| * The 'tmhm' macro adjusts to the number of TMs/HMsRangi2021-01-061-1/+3
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2020-11-141-0/+0
|\|
| * 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
| |
* | Sync more with pokeredRangi2020-11-051-0/+3
| |
* | Sync with pokereddannye2020-11-041-58/+124
| |
* | Sync with pokereddannye2016-06-111-3/+3
| | | | | | | | from August 29, 2015 to April 6, 2016
* | Fewer underscores in constantsluckytyphlosion2015-12-221-3/+3
|/ | | | dannye
* 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