HOCUS POCUS DAT file
Sample
https://drive.google.com/file/d/0B0oEDr ... sp=sharing
HOCUS POCUS DAT
-
- Posts: 64
- Joined: Tue Sep 08, 2015 11:27 am
Re: HOCUS POCUS DAT
Code: Select all
# Uses info from Malvineous, with contributions from Spinal as documented on http://www.shikadi.net/moddingwiki/DAT_Format_%28Hocus_Pocus%29
open FDDE EXE 0
open FDDE DAT 1
findloc IDX string "Abnormal program termination" 0
math IDX + 0x57
goto IDX 0
for
get OFF long 0
get SIZE long 0
if SIZE == 0x70008
cleanexit
endif
log "" OFF SIZE 1
next