Parse Game Data
hentai-chan opened this issue · 1 comments
hentai-chan commented
Update the Pokemon
and Move
struct to use the JSON files in assets/
to load all game data. Note that the JSON file is of the form {id}.json
, so the Pokemon constructor should take an id
as parameter.
hentai-chan commented