| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2025-08-28 | Document where badge and elevator floor "items" are used | Rangi42 | 1 | -1/+2 | |
| 2024-05-05 | Use constant in wram for hidden item flags (#445) | Vortyne | 1 | -0/+3 | |
| Prevents defining more hidden items than the flag array has room for | |||||
| 2023-12-18 | Clean up item comments (#443) | SatoMew | 1 | -2/+2 | |
| 2023-11-21 | Rename two unused items as `ITEM_XX` like pokecrystal | Rangi42 | 1 | -4/+4 | |
| 2023-07-15 | Thoroughly document debug code (#410) | SatoMew | 1 | -1/+1 | |
| 2022-06-06 | RGBDS syntax updates (#86) | vulcandth | 1 | -23/+23 | |
| New MACRO and DEF syntax | |||||
| 2022-06-06 | RGBDS syntax updates (#358) | vulcandth | 1 | -21/+21 | |
| New MACRO and DEF syntax | |||||
| 2021-11-23 | Use compound assignment operators | Rangi | 1 | -1/+1 | |
| 2021-10-15 | Add LIGHT_BALL_GSC | dannye | 1 | -0/+1 | |
| 2021-05-31 | Improve some RAM formatting | Rangi | 1 | -1/+1 | |
| 2021-05-23 | Use macros for bit arrays | Rangi | 1 | -1/+1 | |
| 2021-04-19 | Port 'add_tmnum' from pokecrystal | Rangi | 1 | -16/+15 | |
| 2021-04-17 | Use rgbds 0.5.0 features: | Rangi | 1 | -18/+5 | |
| - FOR loops - {interpolation} - REDEF EQUS - \# for all macro args | |||||
| 2021-03-25 | Verify data table and name list sizes with assertion macros | Rangi | 1 | -0/+4 | |
| Fixes #312 | |||||
| 2021-01-06 | The 'tmhm' macro adjusts to the number of TMs/HMs | Rangi | 1 | -1/+3 | |
| 2020-11-14 | Fix file modes | dannye | 1 | -0/+0 | |
| 2020-11-05 | Sync more with pokered | Rangi | 1 | -0/+3 | |
| 2020-11-04 | Sync with pokered | dannye | 1 | -58/+124 | |
| 2020-07-20 | Add comments associating constants with data, and identify some more data | Rangi | 1 | -0/+7 | |
| 2020-07-09 | Use const_skip and const_next macros for brevity | Rangi | 1 | -1/+1 | |
| 2020-07-09 | Eliminate enum: use const instead, with case-by-case parallel const ↵ | Rangi | 1 | -10/+12 | |
| implementations | |||||
| 2020-07-06 | Avoid repeating the NUM_TMS value | Rangi | 1 | -6/+8 | |
| 2020-07-06 | add_tm and add_hm define TM##_MOVE and HM##_MOVE constants, to avoid ↵ | Rangi | 1 | -4/+35 | |
| repeating the move names twice | |||||
| 2020-07-05 | TM/HM constants named after moves | Rangi | 1 | -55/+79 | |
| 2020-07-03 | Reorganize constants/ | Rangi | 1 | -2/+2 | |
| To do: add comments associating constants with data and code | |||||
| 2016-06-11 | Sync with pokered | dannye | 1 | -3/+3 | |
| from August 29, 2015 to April 6, 2016 | |||||
| 2015-12-22 | Fewer underscores in constants | luckytyphlosion | 1 | -3/+3 | |
| dannye | |||||
| 2015-12-14 | Fewer underscores in constants | dannye | 1 | -3/+3 | |
| 2015-08-10 | Use constants for elevator floors | dannye | 1 | -0/+14 | |
| 2015-07-19 | Enumerate more constants | dannye | 1 | -140/+145 | |
| 2015-07-03 | Rename/organize part 1 of 4 | U-Daniel-PC\Daniel | 1 | -1/+0 | |
| rename functions, clean up address/wram comments, other misc only broken up so that all changes are viewable on github | |||||
| 2015-06-01 | Add newlines to EOFs | U-Daniel-PC\Daniel | 1 | -1/+1 | |
| 2014-05-21 | More misc relabelling | U-Fish-PC\Daniel | 1 | -0/+2 | |
| 2013-12-11 | Clean up constants | U-Fish-PC\Daniel | 1 | -2/+1 | |
| 2013-12-05 | split related constants into constants/ | yenatch | 1 | -0/+140 | |
