Commit afe94017 authored by sam.pople's avatar sam.pople

changes

parent df865d4e
...@@ -180,7 +180,7 @@ void DisplayPlayerDetails(Pokedex* pokedex, char name[20]) ...@@ -180,7 +180,7 @@ void DisplayPlayerDetails(Pokedex* pokedex, char name[20])
} }
//testing //testing
int main() int main()
{ // this creates the Pokedex and gives it a head pokemon and player { // this starts the Pokedex and gives it a head pokemon and player
Pokedex pokedexvalues; Pokedex pokedexvalues;
PokemonNode* pokemonhead = NewPokemonNode("Charizard", "Fire", "Blaze"); PokemonNode* pokemonhead = NewPokemonNode("Charizard", "Fire", "Blaze");
PlayerNode* playerhead = NewPlayerNode("Alan"); PlayerNode* playerhead = NewPlayerNode("Alan");
......
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