Users browsing this thread: 1 Guest(s)
Sonic Rush Adventure
#2
Code:
comtype NitroSDK
idstring "BB"
get NULL short
get FCOUNT long
for i = 0 < FCOUNT
    get OFFSET long
    get SIZE long
    savepos CURINDEX
    goto OFFSET
    get ID byte
    if ID == 0x10
        get ZSIZE long
        clog "" OFFSET SIZE ZSIZE
    else
        log "" OFFSET SIZE
    endif
    goto CURINDEX
next i

Dumps all the files from the archive you posted. Was a nice little exercise Tongue
Reply
Thanked by: Carpaccio


Messages In This Thread
Sonic Rush Adventure - by Carpaccio - 07-04-2016, 03:00 PM
RE: Sonic Rush Adventure - by Struggleton! - 07-07-2016, 07:13 PM
RE: Sonic Rush Adventure - by Carpaccio - 07-08-2016, 09:43 AM

Forum Jump: