Game codes for Pokemon Academy Yiu Fai Kwok - 201198802 I have read the University Regulations on Plagiarism and state that the work covered by this declaration is my own and does not contain any unacknowledged work from other sources.

Dependencies:   mbed FXOS8700CQ mbed-rtos

Revision:
9:1395c98b58fc
Parent:
4:5bc9c4363d31
Child:
17:5d8ff39a0e49
--- a/Characters/Squirtle.h	Thu Apr 11 16:08:26 2019 +0000
+++ b/Characters/Squirtle.h	Thu Apr 11 16:17:38 2019 +0000
@@ -20,7 +20,7 @@
     void draw_cha3_alt_sprite(int pos_x,int pos_y,N5110 &lcd);
     void evo_1_sprite(N5110 &lcd);
     void evo_2_sprite(N5110 &lcd);
-    void evo_3_sprite(N5110 &lcd);
+    void evo_3_sprite(N5110 &lcd, int x, int y);
     void evo_1_cong(N5110 &lcd);
     void evo_2_cong(N5110 &lcd);
     void evo_3_cong(N5110 &lcd);
@@ -30,6 +30,8 @@
 
     int _pos_x;
     int _pos_y;
+    int _x;
+    int _y;
 
 };