From 2113031a277f01788e71a5a666080535fb0a5e99 Mon Sep 17 00:00:00 2001 From: nmlgc Date: Fri, 1 Jul 2022 21:12:24 +0200 Subject: [PATCH] [Maintenance] [th01] Declare z_text_vputsa() It's been highly useful for debug output at specific screen positions for a number of times now. Part of P0203, funded by [Anonymous] and GhostRiderCog. --- th01/hardware/ztext.h | 1 + 1 file changed, 1 insertion(+) diff --git a/th01/hardware/ztext.h b/th01/hardware/ztext.h index 255b0a05..7a8218d7 100644 --- a/th01/hardware/ztext.h +++ b/th01/hardware/ztext.h @@ -18,4 +18,5 @@ void z_text_show(void); void z_text_hide(void); void z_text_setcursor(z_text_cursor_t type); void z_text_print(const char *cmd); +void z_text_vputsa(tram_x_t x, tram_y_t y, int z_atrb, const char *fmt, ...); // ------------------------------------------