aboutsummaryrefslogtreecommitdiffstats
path: root/data/moves (unfollow)
Commit message (Expand)AuthorFilesLines
2021-04-17Use rgbds 0.5.0 features:Rangi1-20/+4
2021-03-25Verify data table and name list sizes with assertion macrosRangi7-169/+182
2020-11-14Fix file modesdannye3-0/+0
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
2020-07-16Separate move/battle animation data from move data (to do: further identify a...Rangi3-2446/+0
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
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 repeatin...Rangi1-55/+58
2020-07-04Remove remaining raw $xxxx values, and replace "+ -1" with "- 1" (supported b...Rangi1-7/+7
2020-07-03Move more code from home.asm to home/Rangi1-2/+5
2020-07-03Add subdirectories to data/ similar to pokecrystalRangi10-0/+4461