Code: Select all
open FDSE "romFileNames.bin"
open FDSE "rom.bin" 1
get MAXSIZE asize 1
get FILES long
goto 0
math FILES / 4
for i = 0 < FILES
get NAMEOFF long
savepos TEMP1
get NAMEOFF2 long
get OFF long 1
if OFF == MAXSIZE
cleanexit
endif
savepos TEMP2 1
get OFF2 long 1
xmath NAMES "NAMEOFF2 - NAMEOFF"
goto NAMEOFF
getdstring NAME NAMES
xmath SIZE "OFF2 - OFF"
log NAME OFF SIZE 1
goto TEMP1
goto TEMP2 1
next i
There's some compression that I'm not sure what it is. Here is the US version's rom.bin/romFileNames.bin for someone to check out. http://puu.sh/mnEyB/066dfed029.7z
Attached some of the compressed files.