aboutsummaryrefslogtreecommitdiffstats
path: root/data/pokemon/evos_moves.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Don't pass redundant label names to `table_width` and `list_start` (#484)Rangi2024-12-271-1/+1
|
* Get rid of wEvosMoves, MAX_EVOLUTIONS, and EVOLUTION_SIZERangi422023-11-211-2/+9
| | | | Fixes #430
* Rename `EV_*` constants to `EVOLVE_*` like pokecrystal (#407)SatoMew2023-11-211-72/+72
|
* Verify data table and name list sizes with assertion macrosRangi2021-03-251-0/+2
| | | | Fixes #312
* Fix file modesdannye2020-11-141-0/+0
|
* 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-031-0/+2134
Top level text/ is now solely for the former text/maps/ files, and other files are in their respective subdirectories in data/.