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:
6:9104692d6c8c
Parent:
5:bc0691d02fd5
diff -r bc0691d02fd5 -r 9104692d6c8c Score/Score.h
--- a/Score/Score.h	Mon Apr 08 00:41:25 2019 +0000
+++ b/Score/Score.h	Wed Apr 10 17:52:45 2019 +0000
@@ -6,6 +6,7 @@
 #include "Notes.h"
 #include "N5110.h"
 #include "Squirtle.h"
+#include "Charmander.h"
 
 class Score
 {
@@ -18,7 +19,7 @@
     void coin(Gamepad &pad);
     void evolution_music(Gamepad &pad, N5110 &lcd, int cha, int year);
     void congrats(Gamepad &pad, N5110 &lcd, int cha, int year);
-    void draw(N5110 &lcd, int cha, int year);
+    void draw(N5110 &lcd, int cha, int year, int x, int y);
     void draw_cong(N5110 &lcd, int cha, int year);
     void win(Gamepad &pad);
     void exam_intro(Gamepad &pad);
@@ -26,5 +27,6 @@
     
 private:
     Squirtle _s1;
+    Charmander _c1;
 };
 #endif
\ No newline at end of file