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.

Shadow The Hedgehog .ONE (PS2, GC, XBOX)

Featured Replies

  • Author
  • Localization

TGE, posted Thu Jan 01, 2015 1:06 am (2411)


Code:
#ShadowTheHedgehog_One.BMS
#Shadow The Hedgehog (PS2, GC, XBOX) .ONE
#Script by TGE

ComType prs

get ASIZE ASIZE 0

get ZERO long
get ONE_SIZE long
IDSTRING "\x37\x00\x02\x1C"
getdstring VER 12

get ZERO long
get FILE_COUNT long

math LAST_COUNT = FILE_COUNT
math LAST_COUNT -= 1

goto 0x90 0 SEEK_CUR

for i = 0 < FILE_COUNT
   if VER == "One Ver 0.60"
      getdstring FILE_NAME 44
   endif
   if VER == "One Ver 0.50"
      getdstring FILE_NAME 32
   endif
   get SIZE long
   get FILE_OFFSET long
   math FILE_OFFSET = 0xC
   get COMPRESS_FLAG long
   if VER == "One Ver 0.50"
      goto 0xC 0 SEEK_CUR
   endif
   savepos TMP
   
   if VER == "One Ver 0.60"
      goto 0x30 0 SEEK_CUR
   endif
   if VER == "One Ver 0.50"
      goto 0x24 0 SEEK_CUR
   endif
   
   if i != LAST_COUNT
      get NEXT_OFFSET long
      math NEXT_OFFSET = 0xC
      math CMPSIZE = NEXT_OFFSET
      math CMPSIZE -= FILE_OFFSET
   else
      math CMPSIZE = ASIZE
      math CMPSIZE -= FILE_OFFSET
   endif

   if COMPRESS_FLAG == 1
      clog FILE_NAME FILE_OFFSET CMPSIZE SIZE
   else
      log FILE_NAME FILE_OFFSET SIZE
   endif
   goto TMP
next i
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.