1 // Powershot N 2 #include "lolevel.h" 3 #include "platform.h" 4 #include "core.h" 5 6 #define NR_AUTO (0) // have to explictly reset value back to 0 to enable auto 7 #define PAUSE_FOR_FILE_COUNTER 100 // sometimes the file counter isn't updated when hook starts 8 9 static long *nrflag = (long*)(0xdec0+0x00); // Found @ ff2ff5f4 (0xdec0) & ff2ff630 (+0x00) 10 11 #include "../../../generic/capt_seq.c"