Minor tweaks

This commit is contained in:
stevenhowes
2021-04-01 22:22:04 +01:00
parent 0b330fa822
commit 793375e814
4 changed files with 5 additions and 1 deletions
Binary file not shown.
BIN
View File
Binary file not shown.
+4
View File
@@ -5,6 +5,10 @@
#include "Sound.h" #include "Sound.h"
#include "Graphics.h" #include "Graphics.h"
//#define SKIP_INTRO
//#define SKIP_MISSION1
//#define SKIP_MISSION2
// SWI Registers // SWI Registers
_kernel_swi_regs inreg; _kernel_swi_regs inreg;
_kernel_swi_regs outreg; _kernel_swi_regs outreg;
+1 -1
View File
@@ -223,7 +223,7 @@ void draw_spritetext(char* text, int x, int y)
currentx += 8 + 4; currentx += 8 + 4;
break; break;
case 'm': case 'm':
currentx += 26 + 4; currentx += 22 + 4;
break; break;
case 'q': case 'q':
case 'w': case 'w':