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:
4:5bc9c4363d31
Parent:
2:464c7e62d97d
Child:
6:9104692d6c8c
Child:
9:1395c98b58fc
--- a/Characters/Squirtle.h	Wed Apr 03 03:19:59 2019 +0000
+++ b/Characters/Squirtle.h	Wed Apr 03 18:40:43 2019 +0000
@@ -18,6 +18,12 @@
     void draw_cha1_alt_sprite(int pos_x,int pos_y,N5110 &lcd);
     void draw_cha2_alt_sprite(int pos_x,int pos_y,N5110 &lcd);
     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_1_cong(N5110 &lcd);
+    void evo_2_cong(N5110 &lcd);
+    void evo_3_cong(N5110 &lcd);
     void description(Gamepad &pad, N5110 &lcd);
     
 private: