From 703ab56587aac0d79ccc0f72f2b8d9ee235e20a5 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Mon, 27 May 2024 23:24:19 +0100 Subject: Use SDCC's new calling convention (this is an ABI breaking change, and will require changes to user-written asm functions or their declarations) --- game/src/helpers.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'game') diff --git a/game/src/helpers.c b/game/src/helpers.c index 9aa4785..295c504 100644 --- a/game/src/helpers.c +++ b/game/src/helpers.c @@ -7,7 +7,7 @@ /** * Put a zero terminated string on the screen using tiles. * - * The font starts on the tileset on tile 128 and the fist char in our has + * The font starts on the tileset on tile 128 and the fist char in our font has * ASCII value 31, so it is adjusted so we can use ASCII *uppercase* directly * in our C code. */ -- cgit v1.2.3