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