aboutsummaryrefslogtreecommitdiffstats
path: root/data/moves (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of https://github.com/pret/pokereddannye2026-04-151-1/+1
|\
| * Relabel SFX_SILPH_SCOPE to SFX_TRAINER_APPEARED (#580)PokefanMarcel2026-04-151-1/+1
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2026-01-172-6/+13
|\|
| * Align move grammar with pokecrystal (#565)SnorlaxMonster2026-01-171-5/+11
| | | | | | Add comments explaining the redundant move grammar categories inherited from the Japanese version.
| * Specify a max item length for `list_start` (#552)Rangi2025-12-151-1/+2
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2025-01-301-1/+1
|\|
| * Consistently capitalize `ASSERT` directives (#489)Rangi2025-01-281-1/+1
| |
| * Don't pass redundant label names to `table_width` and `list_start` (#484)Rangi2024-12-276-6/+6
| |
* | Don't pass redundant label names to `table_width` and `list_start` (#125)Rangi2024-12-276-6/+6
| |
* | Merge branch 'master' of https://github.com/pret/pokeredRangi422024-12-252-5/+5
|\|
| * Assert the relations between some move effect constants (#478)Sylvie2024-11-242-5/+5
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2024-05-051-2/+2
|\|
| * Clean up item comments (#443)SatoMew2023-12-181-2/+2
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2023-04-251-2/+2
|\|
| * Name some unnamed animation constants (#396)Vortyne2023-03-251-2/+2
| |
* | Merge remote-tracking branch 'remotes/pokered/master'Rangi2022-10-021-245/+248
|\|
| * Change names of move subanimations to be meaningful (#389)BlueZangoose2022-09-251-245/+248
| | | | | | Co-authored-by: Rangi <remy.oukaour+rangi42@gmail.com>
| * PP must be 40 or lessRangi2022-08-101-0/+1
| |
| * Fix typo: HeatButt -> HeadButtdannye2022-07-041-2/+2
| |
| * RGBDS syntax updates (#358)vulcandth2022-06-062-2/+2
| | | | | | New MACRO and DEF syntax
* | PP must be 40 or lessRangi2022-08-101-0/+1
| |
* | Fix typo: HeatButt -> HeadButtdannye2022-07-041-2/+2
| |
* | RGBDS syntax updates (#86)vulcandth2022-06-062-2/+2
| | | | | | New MACRO and DEF syntax
* | Merge branch 'master' of https://github.com/pret/pokereddannye2021-04-171-20/+4
|\|
| * Use rgbds 0.5.0 features:Rangi2021-04-171-20/+4
| | | | | | | | | | | | | | - FOR loops - {interpolation} - REDEF EQUS - \# for all macro args
* | Merge branch 'master' of https://github.com/pret/pokereddannye2021-03-257-169/+182
|\|
| * Verify data table and name list sizes with assertion macrosRangi2021-03-257-169/+182
| | | | | | | | Fixes #312
* | Merge branch 'master' of https://github.com/pret/pokereddannye2020-11-143-0/+0
|\|
| * Fix file modesdannye2020-11-143-0/+0
| |
| * PedalDanceAnim -> PetalDanceAnimRangi2020-10-081-2/+2
| |
| * Add comments associating constants with data, and identify some more dataRangi2020-07-203-0/+25
| |
| * Use a battle_anim macro for move animations' special effects and subanimationsRangi2020-07-161-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 ↵Rangi2020-07-163-2446/+0
| | | | | | | | animation data labels+constants)
| * Indent comments that describe data table macro formatsRangi2020-07-152-2/+2
| |
| * Clean up some data, using macros for multiline list entriesRangi2020-07-147-2105/+2085
| |
| * PSYCHIC -> PSYCHIC_TYPE (PSYCHIC is ambiguous with PSYCHIC_M)Rangi2020-07-071-165/+165
| |
| * Capitalize rgbds control structures (EQU/EQUS, IF/ELIF/ELSE/ENDC, REPT/ENDR, ↵Rangi2020-07-061-2/+2
| | | | | | | | MACRO/ENDM, etc)
| * Automatically list all TM##_MOVE and HM##_MOVE valuesRangi2020-07-061-55/+24
| |
| * add_tm and add_hm define TM##_MOVE and HM##_MOVE constants, to avoid ↵Rangi2020-07-061-55/+58
| | | | | | | | repeating the move names twice
| * Remove remaining raw $xxxx values, and replace "+ -1" with "- 1" (supported ↵Rangi2020-07-041-7/+7
| | | | | | | | by rgbds 0.4.0)
| * Move more code from home.asm to home/Rangi2020-07-031-2/+5
| |
| * Add subdirectories to data/ similar to pokecrystalRangi2020-07-0310-0/+4461
| | | | Top level text/ is now solely for the former text/maps/ files, and other files are in their respective subdirectories in data/.
* Start reorganizing pokeyellowRangi2020-11-041-3/+1
|
* Sync with pokereddannye2020-11-0410-0/+2007