From 793375e814ac4d926fba49eca8fb5b48bb01bf43 Mon Sep 17 00:00:00 2001 From: stevenhowes <38082088+stevenhowes@users.noreply.github.com> Date: Thu, 1 Apr 2021 22:22:04 +0100 Subject: [PATCH] Minor tweaks --- !TheEsc/!RunImage,ff8 | Bin 19424 -> 19424 bytes !TheEsc/Font,ff9 | Bin 29072 -> 29016 bytes !TheEsc/c/CTheEscape | 4 ++++ !TheEsc/c/Graphics | 2 +- 4 files changed, 5 insertions(+), 1 deletion(-) diff --git a/!TheEsc/!RunImage,ff8 b/!TheEsc/!RunImage,ff8 index 9d7d0a3d01b41f8d1d361229da04cd90de9dc8c1..fcc28a8dc1c7fa268c4ebc3f9cbff90d3ca50f84 100644 GIT binary patch delta 16 YcmaDbo$ diff --git a/!TheEsc/Font,ff9 b/!TheEsc/Font,ff9 index 2626962564aa57e620d22d1760b50f050d01e493..275c7897aa9221a353e3988760ad1e39e5b30a65 100644 GIT binary patch delta 222 zcmbR6nDNFVMow)81_l8jj@if=EYEs{iGd+^vZIzbqxj~7{`^dn9|*G4{|5pS6B7m? zh5;ZOBm@Q^HjIPD2AT_00>mH$0YC=OI4~PTgUkkUz!aDZWI_>05G11o;sY6AWe_$< ZJ479b1!m6yx;$@lBbO%A=4mRwd;k!6PA>oe delta 282 zcmccdh;hPWMow)81_l8jp0bfMSYDNfnSmh}$b$hOmw^q+VF%JWObiTjHaE%(G1Z%x z0Qo?|1P;Lb|NqhXU;&UasQiB*0O^G42a19Kc0NQcP#Ver>I7*95}_~#hy!LrB|wHD Sm|zx22w4y}f3v=lrau6(<4Gj| diff --git a/!TheEsc/c/CTheEscape b/!TheEsc/c/CTheEscape index 92c2811..32c9722 100644 --- a/!TheEsc/c/CTheEscape +++ b/!TheEsc/c/CTheEscape @@ -5,6 +5,10 @@ #include "Sound.h" #include "Graphics.h" +//#define SKIP_INTRO +//#define SKIP_MISSION1 +//#define SKIP_MISSION2 + // SWI Registers _kernel_swi_regs inreg; _kernel_swi_regs outreg; diff --git a/!TheEsc/c/Graphics b/!TheEsc/c/Graphics index daf3bca..6ccf123 100644 --- a/!TheEsc/c/Graphics +++ b/!TheEsc/c/Graphics @@ -223,7 +223,7 @@ void draw_spritetext(char* text, int x, int y) currentx += 8 + 4; break; case 'm': - currentx += 26 + 4; + currentx += 22 + 4; break; case 'q': case 'w':