Ikenna Adrian Ozoemena 201157039

Dependencies:   mbed

Revision:
40:90c7a893d513
Parent:
39:7824f9080f59
Child:
41:e1fa36c0492e
--- a/Lore/Lore.cpp	Mon May 06 16:49:53 2019 +0000
+++ b/Lore/Lore.cpp	Tue May 07 10:01:34 2019 +0000
@@ -56,7 +56,23 @@
     lcd.printString("next to you before",2,3);
     lcd.printString("they fire",2,4);
 }
-
+void Lore::intro1(N5110 &lcd)
+{
+    lcd.printString("You're tasked",2,0);
+    lcd.printString(" with holding",2,1);
+    lcd.printString("   the line ",2,2);
+    lcd.printString("   from an ",2,3);
+    lcd.printString("invading army ",2,4);
+}
+void Lore::intro2(N5110 &lcd)
+{
+    lcd.printString("    as an  ",2,0);
+    lcd.printString(" expendable ",2,1);
+    lcd.printString("    asset, ",2,2);
+    lcd.printString(" you are not ",2,3);
+    lcd.printString(" expected to",2,4);
+    lcd.printString("   survive  ",2,5);
+}
 
 
 /*