summaryrefslogtreecommitdiff
path: root/data/pokemon
AgeCommit message (Collapse)Author
2021-05-23Use macros for packed arrays of nybblesRangi
2021-03-25Verify data table and name list sizes with assertion macrosRangi
Fixes #312
2021-03-21Remove unused _GREEN TitleMons dataRangi
2020-11-17Use assert to ensure correct base data sizeRangi
2020-11-14Fix file modesdannye
2020-07-19Missingno's Pokédex weight is two bytes like the restRangi
2020-07-14Define cries with a mon_cry macroRangi
2020-07-14Clean up some data, using macros for multiline list entriesRangi
2020-07-07PSYCHIC -> PSYCHIC_TYPE (PSYCHIC is ambiguous with PSYCHIC_M)Rangi
2020-07-06Use STARTER[123] constants in TitleMonsRangi
2020-07-06Align tmhm learnsets in rows of 5Rangi
2020-07-05TM/HM constants named after movesRangi
2020-07-05Port pokecrystal's base data and tmhm structureRangi
To do: TM/HM constants named after moves
2020-07-04Port pokecrystal's formatting of text commands and special charactersRangi
2020-07-03Document why Mew is set apartRangi
2020-07-03Factor out Mew's pics and base dataRangi
2020-07-03Reorganize constants/Rangi
To do: add comments associating constants with data and code
2020-07-03Add subdirectories to data/ similar to pokecrystalRangi
Top level text/ is now solely for the former text/maps/ files, and other files are in their respective subdirectories in data/.