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:
12:71683453f66a
Parent:
10:adff3c804985
Child:
16:4e49f5cb972e
--- a/Score/Score.h	Sun Apr 14 15:56:58 2019 +0000
+++ b/Score/Score.h	Mon Apr 15 01:38:53 2019 +0000
@@ -7,6 +7,7 @@
 #include "N5110.h"
 #include "Squirtle.h"
 #include "Charmander.h"
+#include "Bulbasaur.h"
 
 class Score
 {
@@ -19,7 +20,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);
@@ -28,5 +29,6 @@
 private:
     Squirtle _s1;
     Charmander _c1;
+    Bulbasaur _b1;
 };
 #endif
\ No newline at end of file