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:
29:75a05e9f0e8d
Parent:
26:c60becf3f840
Child:
33:f7ec806e14b6
--- a/Game_two/Game_two.cpp	Mon May 06 02:42:34 2019 +0000
+++ b/Game_two/Game_two.cpp	Mon May 06 20:35:37 2019 +0000
@@ -371,11 +371,6 @@
     return count;
 }
 
-void Game_two::set_alt(int alt)
-{
-    _alt = alt;
-}
-
 int Game_two::update_alt()
 {
     if(_alt < 4){_alt = _alt++;}