aboutsummaryrefslogtreecommitdiffstats
path: root/data/pokemon (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use macros for packed arrays of nybblesRangi2021-05-231-78/+153
|
* Verify data table and name list sizes with assertion macrosRangi2021-03-258-4/+16
| | | | Fixes #312
* Remove unused _GREEN TitleMons dataRangi2021-03-211-18/+0
|
* Use assert to ensure correct base data sizeRangi2020-11-171-0/+2
|
* Fix file modesdannye2020-11-149-0/+0
|
* Missingno's Pokédex weight is two bytes like the restRangi2020-07-191-2/+2
|
* Define cries with a mon_cry macroRangi2020-07-141-190/+195
|
* Clean up some data, using macros for multiline list entriesRangi2020-07-14153-343/+342
|
* PSYCHIC -> PSYCHIC_TYPE (PSYCHIC is ambiguous with PSYCHIC_M)Rangi2020-07-0714-14/+14
|
* Use STARTER[123] constants in TitleMonsRangi2020-07-061-9/+9
|
* Align tmhm learnsets in rows of 5Rangi2020-07-06145-145/+665
|
* TM/HM constants named after movesRangi2020-07-05145-145/+145
|
* Port pokecrystal's base data and tmhm structureRangi2020-07-05152-4229/+3021
| | | | To do: TM/HM constants named after moves
* Port pokecrystal's formatting of text commands and special charactersRangi2020-07-041-303/+303
|
* Document why Mew is set apartRangi2020-07-031-0/+10
|
* Factor out Mew's pics and base dataRangi2020-07-031-0/+4
|
* Reorganize constants/Rangi2020-07-031-1/+1
| | | | To do: add comments associating constants with data and code
* Add subdirectories to data/ similar to pokecrystalRangi2020-07-03161-0/+10145
Top level text/ is now solely for the former text/maps/ files, and other files are in their respective subdirectories in data/.