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.

Spore Creatures (rom.bin, romFileNames.bin)

Featured Replies

  • Author
  • Localization

einstein95, posted Fri Jan 08, 2016 3:40 am (10767)


Code:
open FDSE "romFileNames.bin"
open FDSE "rom.bin" 1
get MAXSIZE asize 1
get FILES long
goto 0
math FILES / 4
for i = 0 < FILES
   get NAMEOFF long
   savepos TEMP1
   get NAMEOFF2 long
   get OFF long 1
   if OFF == MAXSIZE
      cleanexit
   endif
   savepos TEMP2 1
   get OFF2 long 1
   xmath NAMES "NAMEOFF2 - NAMEOFF"
   goto NAMEOFF
   getdstring NAME NAMES
   xmath SIZE "OFF2 - OFF"
   log NAME OFF SIZE 1
   goto TEMP1
   goto TEMP2 1
next i


There's some compression that I'm not sure what it is. Here is the US version's rom.bin/romFileNames.bin for someone to check out. http://puu.sh/mnEyB/066dfed029.7z

Attached some of the compressed files.
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.