Game For ECE 2035
Dependencies: mbed wave_player 4DGL-uLCD-SE MMA8452
Diff: actions.cpp
- Revision:
- 6:c9695079521d
- Child:
- 7:862062ffca62
--- /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