Pokemon Class library
Dependents: 2645_Game_Project_2
Revision 8:b6c9e09401cc, committed 2017-05-03
- Comitter:
- 200923317
- Date:
- Wed May 03 22:23:23 2017 +0000
- Parent:
- 7:5e2a3c3e2380
- Commit message:
- Final
Changed in this revision
Pokemon.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/Pokemon.cpp Wed May 03 21:44:13 2017 +0000 +++ b/Pokemon.cpp Wed May 03 22:23:23 2017 +0000 @@ -111,6 +111,7 @@ exp = exp + 20; //Checking for level up if (exp >= lvlUp) { + ///printf("levelup"); Pokemon::levelUp(); //increasing value of exp needed for level up lvlUp = lvlUp + 10;