Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-27 | Split pokemon_data.c into headers for each data subtype | scnorton | |
2017-06-27 | Remove unnecessary double braces | scnorton | |
2017-06-16 | Decompile remaining Pokemon data into c objects | scnorton | |
2017-06-16 | Convert level up learnset pointers to c array | scnorton | |
2017-06-16 | Convert evolution table to c objects | scnorton | |
2017-06-16 | Convert level up learnsets to c objects | scnorton | |
2017-06-16 | Convert base stats to c objects | scnorton | |
2017-06-16 | Convert experience tables into c objects | scnorton | |
2017-06-16 | Convert trainer class and cry lookup tables to c objects | scnorton | |
2017-06-16 | Convert TM/HM learns to c object (to-do: make definition of TM/HM learns ↵ | scnorton | |
more user-friendly) | |||
2017-06-16 | Convert nature stat table to c object | scnorton | |
2017-06-16 | Convert item effects into c objects | scnorton | |
2017-06-16 | Convert spinda spot graphics to c objects | scnorton | |
2017-06-16 | Convert species id conversion tables to C objects | scnorton | |