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:
5:bc0691d02fd5
Parent:
4:5bc9c4363d31
Child:
6:9104692d6c8c
Child:
10:adff3c804985
diff -r 5bc9c4363d31 -r bc0691d02fd5 Score/Score.h
--- a/Score/Score.h	Wed Apr 03 18:40:43 2019 +0000
+++ b/Score/Score.h	Mon Apr 08 00:41:25 2019 +0000
@@ -10,7 +10,6 @@
 class Score
 {
 public:
-
     Score();
     ~Score();
     void title_music(Gamepad &pad);
@@ -21,6 +20,9 @@
     void congrats(Gamepad &pad, N5110 &lcd, int cha, int year);
     void draw(N5110 &lcd, int cha, int year);
     void draw_cong(N5110 &lcd, int cha, int year);
+    void win(Gamepad &pad);
+    void exam_intro(Gamepad &pad);
+    void gym(Gamepad &pad, bool state);
     
 private:
     Squirtle _s1;