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:
14:abe64fe0b6a5
Parent:
8:d707bb3b9106
Child:
17:5d8ff39a0e49
diff -r 02002658e718 -r abe64fe0b6a5 Characters/Charmander.h
--- a/Characters/Charmander.h	Wed Apr 17 17:53:56 2019 +0000
+++ b/Characters/Charmander.h	Thu Apr 18 04:53:04 2019 +0000
@@ -13,6 +13,11 @@
     ~Charmander();
 
     void draw_cha1_sprite(int pos_x,int pos_y,N5110 &lcd);
+    void draw_cha2_sprite(int pos_x,int pos_y,N5110 &lcd);
+    void draw_cha3_sprite(int pos_x,int pos_y,N5110 &lcd);
+    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, int x, int y);