01-28-2016, 10:05 AM
(01-28-2016, 06:34 AM)ThatTrueStruggle Wrote: Just remember this only works on the new BIN files. The old Atlus bin files aren't supported just yet :/If you mean "old" like Persona 3 old, this works.
Code:
do
getdstring NAME 0xFC
if NAME != ""
get SIZE long
savepos CUROFF
set OFFSET CUROFF
log NAME OFFSET SIZE
math OFFSET + SIZE
goto OFFSET
else
endif
while NAME != ""