From 774bac66c2e6dbe8a3a0b2ca6366dcb258666cfe Mon Sep 17 00:00:00 2001 From: Vince Weaver Date: Sat, 30 Jun 2018 15:53:21 -0400 Subject: [PATCH] tfv: add support for printing flashing characters still doesn't flash though --- gr-sim/gr-sim.c | 10 ++++++++++ gr-sim/gr-sim.h | 1 + gr-sim/tfv/tfv_battle.c | 14 ++++---------- 3 files changed, 15 insertions(+), 10 deletions(-) diff --git a/gr-sim/gr-sim.c b/gr-sim/gr-sim.c index 73a241e4..897589cc 100644 --- a/gr-sim/gr-sim.c +++ b/gr-sim/gr-sim.c @@ -1667,3 +1667,13 @@ void print_inverse(char *string) { } ram[BASL]+=strlen(string); } + +void print_flash(char *string) { + + for(y=0;y