| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Align move grammar with pokecrystal (#565) | SnorlaxMonster | 2026-01-17 | 1 | -5/+11 |
| | | | | Add comments explaining the redundant move grammar categories inherited from the Japanese version. | ||||
| * | Specify a max item length for `list_start` (#552) | Rangi | 2025-12-15 | 1 | -1/+2 |
| | | |||||
| * | Consistently capitalize `ASSERT` directives (#489) | Rangi | 2025-01-28 | 1 | -1/+1 |
| | | |||||
| * | Don't pass redundant label names to `table_width` and `list_start` (#484) | Rangi | 2024-12-27 | 6 | -6/+6 |
| | | |||||
| * | Assert the relations between some move effect constants (#478) | Sylvie | 2024-11-24 | 2 | -5/+5 |
| | | |||||
| * | Clean up item comments (#443) | SatoMew | 2023-12-18 | 1 | -2/+2 |
| | | |||||
| * | Name some unnamed animation constants (#396) | Vortyne | 2023-03-25 | 1 | -2/+2 |
| | | |||||
| * | Change names of move subanimations to be meaningful (#389) | BlueZangoose | 2022-09-25 | 1 | -245/+248 |
| | | | | Co-authored-by: Rangi <remy.oukaour+rangi42@gmail.com> | ||||
| * | PP must be 40 or less | Rangi | 2022-08-10 | 1 | -0/+1 |
| | | |||||
| * | Fix typo: HeatButt -> HeadButt | dannye | 2022-07-04 | 1 | -2/+2 |
| | | |||||
| * | RGBDS syntax updates (#358) | vulcandth | 2022-06-06 | 2 | -2/+2 |
| | | | | New MACRO and DEF syntax | ||||
| * | Use rgbds 0.5.0 features: | Rangi | 2021-04-17 | 1 | -20/+4 |
| | | | | | | | | - FOR loops - {interpolation} - REDEF EQUS - \# for all macro args | ||||
| * | Verify data table and name list sizes with assertion macros | Rangi | 2021-03-25 | 7 | -169/+182 |
| | | | | | Fixes #312 | ||||
| * | Fix file modes | dannye | 2020-11-14 | 3 | -0/+0 |
| | | |||||
| * | PedalDanceAnim -> PetalDanceAnim | Rangi | 2020-10-08 | 1 | -2/+2 |
| | | |||||
| * | Add comments associating constants with data, and identify some more data | Rangi | 2020-07-20 | 3 | -0/+25 |
| | | |||||
| * | Use a battle_anim macro for move animations' special effects and subanimations | Rangi | 2020-07-16 | 1 | -666/+679 |
| | | | | | Move animations' sound IDs are off by one from move IDs. | ||||
| * | Separate move/battle animation data from move data (to do: further identify ↵ | Rangi | 2020-07-16 | 3 | -2446/+0 |
| | | | | | animation data labels+constants) | ||||
| * | Indent comments that describe data table macro formats | Rangi | 2020-07-15 | 2 | -2/+2 |
| | | |||||
| * | Clean up some data, using macros for multiline list entries | Rangi | 2020-07-14 | 7 | -2105/+2085 |
| | | |||||
| * | PSYCHIC -> PSYCHIC_TYPE (PSYCHIC is ambiguous with PSYCHIC_M) | Rangi | 2020-07-07 | 1 | -165/+165 |
| | | |||||
| * | Capitalize rgbds control structures (EQU/EQUS, IF/ELIF/ELSE/ENDC, REPT/ENDR, ↵ | Rangi | 2020-07-06 | 1 | -2/+2 |
| | | | | | MACRO/ENDM, etc) | ||||
| * | Automatically list all TM##_MOVE and HM##_MOVE values | Rangi | 2020-07-06 | 1 | -55/+24 |
| | | |||||
| * | add_tm and add_hm define TM##_MOVE and HM##_MOVE constants, to avoid ↵ | Rangi | 2020-07-06 | 1 | -55/+58 |
| | | | | | repeating the move names twice | ||||
| * | Remove remaining raw $xxxx values, and replace "+ -1" with "- 1" (supported ↵ | Rangi | 2020-07-04 | 1 | -7/+7 |
| | | | | | by rgbds 0.4.0) | ||||
| * | Move more code from home.asm to home/ | Rangi | 2020-07-03 | 1 | -2/+5 |
| | | |||||
| * | Add subdirectories to data/ similar to pokecrystal | Rangi | 2020-07-03 | 10 | -0/+4461 |
| Top level text/ is now solely for the former text/maps/ files, and other files are in their respective subdirectories in data/. | |||||
