]> 4ch.mooo.com Git - 16.git/blobdiff - src/lib/16text.c
updating copy left. i am super fuckin busy with school, and trying to get life back...
[16.git] / src / lib / 16text.c
index 7f7259927ae4e2bc6bc2f83a33f2e50ec55cd844..03b7c61588e6a555f164a427098edc49aa7f7381 100755 (executable)
@@ -1,5 +1,5 @@
 /* Project 16 Source Code~\r
- * Copyright (C) 2012-2016 sparky4 & pngwen & andrius4669 & joncampbell123 & yakui-lover\r
+ * Copyright (C) 2012-2019 sparky4 & pngwen & andrius4669 & joncampbell123 & yakui-lover\r
  *\r
  * This file is part of Project 16.\r
  *\r
  *\r
  */\r
 \r
-#include "16text.h"\r
+#include "src/lib/16text.h"\r
 \r
 /* this array holds the rom font descriptors */\r
 font_t romFonts[4];\r
 fontdata_t romFontsData;\r
 \r
 static void getRomFontAddr(char fontNum, int index) {\r
-    word fontSeg;\r
-    word fontOff;\r
+    word fontSeg=0;\r
+    word fontOff=0;\r
 \r
     __asm {\r
                PUSH AX\r