Skip to content
View in the app

A better way to browse. Learn more.

ResHax

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.
Help us keep the site running.

TMNT Mutant Melee archive.arc

Featured Replies

  • Author
  • Localization

aluigi, posted Sun Dec 09, 2018 9:20 pm (41164)


I can't see the offset and size fields.

I leave here my work-in-progress script (DO NOT USE IT) in case someone has more ideas:
Code:
# TMNT Mutant Melee archive.arc
# script for QuickBMS http://quickbms.aluigi.org

open FDDE "arc"
open FDDE "dat" 1

getdstring NAME 100 # "archive"
get ARC_SIZE long
get FOLDERS long
get FILES long
get EMPTY long
get NAMES_OFF long
get INFO_OFF long
for i = 0 < FOLDERS
    callfunction GET_NAME 1
    get PREV_ID signed_long
    get NEXT_ID long
    get ID long
    get FILE_ID long

    putarray 0 i NAME
    putarray 1 i PREV_ID
next i

goto INFO_OFF
for i = 0 < FILES
    callfunction GET_NAME 1
    get ID long
    get DUMMY long  # 0x08a6????
    get SIZE long   # ???
    get DUMMY short # FOLDER_ID? gives duplicates
    get FOLDER_ID short

    for TMP = FOLDER_ID > 0
        getarray PATH 0 TMP
        getarray TMP  1 TMP
        string NAME p "%s/%s" PATH NAME
    next

    log NAME 0 0 1  # this is just a test for the names
next i

startfunction GET_NAME
    get NAME_OFF long
    savepos TMP
    math NAME_OFF NAMES_OFF
    goto NAME_OFF
    get NAME string
    goto TMP
endfunction
Guest
This topic is now closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.