Commit 593cafc2 authored by oscar.harding's avatar oscar.harding

Update pokedex.c

parent 48035c13
...@@ -8,8 +8,8 @@ Pokedex *const pokedex; ...@@ -8,8 +8,8 @@ Pokedex *const pokedex;
main() main()
{ {
printf("test"); AddPokemonToList(pokedex, "Pikachu", "Electric", "Static");
return 0; AddPlayerToList(pokedex, "Ash");
} }
PokemonNode* NewPokemonNode(char name[50],char type[50],char ability[50]) PokemonNode* NewPokemonNode(char name[50],char type[50],char ability[50])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment