Index: /branches/release-1_0/platform/a3300/sub/100d/lib.c
===================================================================
--- /branches/release-1_0/platform/a3300/sub/100d/lib.c	(revision 1618)
+++ /branches/release-1_0/platform/a3300/sub/100d/lib.c	(revision 1619)
@@ -3,5 +3,5 @@
 char *hook_raw_image_addr()   
 {
-		return (char*) 0x42075144;		//Found at FFB217F0	and had to manually adjust till image lined up a3300is
+		return (char*) 0x4207DB20;		//Found at FFB217F0 a3300is
 	
 }
@@ -9,5 +9,5 @@
 char *hook_alt_raw_image_addr() 
 {
-		return (char*) 0x42075144;		//Found at FFB217F0	and had to manually adjust till image lined up a3300is
+		return (char*) 0x4207DB20;		//Found at FFB217F0
 }
 
