Commit 25c89c70 authored by sully.khalifa's avatar sully.khalifa

updated comment

parent a7c9c4d4
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
int main() int main()
{ {
/*creating object for pokedex lists*/ /*creating object for the pokedex lists*/
struct Pokedex pokedex = {NULL,NULL}; struct Pokedex pokedex = {NULL,NULL};
/*adding pokemon items*/ /*adding pokemon items*/
AddPokemonToList(&pokedex,(char*)"Bulbasur",(char*)"Grass",(char*)"Overgrow"); AddPokemonToList(&pokedex,(char*)"Bulbasur",(char*)"Grass",(char*)"Overgrow");
......
No preview for this file type
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