Game For ECE 2035

Dependencies:   mbed wave_player 4DGL-uLCD-SE MMA8452

Revision:
6:c9695079521d
Child:
7:862062ffca62
diff -r 2f34484325bc -r c9695079521d actions.cpp
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/actions.cpp	Fri Nov 19 22:03:25 2021 +0000
@@ -0,0 +1,13 @@
+#include "actions.h"
+#include "speech.h"
+#include "hardware.h"
+#include "globals.h"
+
+
+void npc_speech1()
+{
+
+    char line1[] = "Hello";
+    char line2[] = "Traveler!";
+    horizontal_speech1(line1,line2);
+    }
\ No newline at end of file