12-09-2016, 05:12 PM
(12-08-2016, 07:38 PM)puggsoy Wrote:Code:# Pokémon: Play It! .pak format
#
# Written by puggsoy
# script for QuickBMS http://quickbms.aluigi.org
get FILES short
for i = 0 < FILES
get NAMESZ short
getdstring NAME NAMESZ
get OFFSET long
get SIZE long
log NAME OFFSET SIZE
next i
This should extract all the files. The cards.bin file seems to just have some kind of metadata, nothing really useful.
Strange, there's still only 26 cries. Could it have something to do with the fact I'm extracting from Version 1 rather than Version 2? I thought the only difference was a couple of bug fixes.