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