Initial commit, implements most of the static_data side.

This commit is contained in:
2021-01-30 22:29:59 +01:00
commit 2a08fb2645
33 changed files with 1237 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
pub mod ability_index;
pub mod form;
pub mod gender;
pub mod learnable_moves;
pub mod species;