diff --git a/!TheEsc/!RunImage,ff8 b/!TheEsc/!RunImage,ff8 index 9d7d0a3..fcc28a8 100644 Binary files a/!TheEsc/!RunImage,ff8 and b/!TheEsc/!RunImage,ff8 differ diff --git a/!TheEsc/Font,ff9 b/!TheEsc/Font,ff9 index 2626962..275c789 100644 Binary files a/!TheEsc/Font,ff9 and b/!TheEsc/Font,ff9 differ 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':