Index: /Daodan/src/Daodan.c
===================================================================
--- /Daodan/src/Daodan.c	(revision 341)
+++ /Daodan/src/Daodan.c	(revision 342)
@@ -19,4 +19,6 @@
 bool DDrPatch_Init()
 {
+	DDrStartupMessage("daodan attached, patching engine");
+	
 	// Font texture cache doubled
 	DDrPatch_Byte  (OniExe + 0x00020ea7, 0x20);
Index: /Daodan/src/daodan_gl.c
===================================================================
--- /Daodan/src/daodan_gl.c	(revision 341)
+++ /Daodan/src/daodan_gl.c	(revision 342)
@@ -52,4 +52,6 @@
 void init_daodan_gl()
 {
+	DDrStartupMessage("initalizing daodan gl");
+	
 	memset(&orig_devmode, 0, sizeof(orig_devmode));
 	orig_devmode.dmSize = sizeof(orig_devmode);
@@ -85,4 +87,6 @@
 	
 	int i, j;
+	
+	DDrStartupMessage("listing display modes");
 	
 	if (!M3gResolutionSwitch)
@@ -139,4 +143,5 @@
 	
 	modesfull:
+	DDrStartupMessage("%d modes available", vmodes);
 	return vmodes;
 }
