Welcome to Data Crystal's new home! Data Crystal is now part of the TCRF family (sort of).
The wiki has recently moved; please report any issues in Discord. Pardon the dust.

Shadowrun (SNES): Difference between revisions

From Data Crystal
Jump to navigation Jump to search
m (Replaced title screen pic with the proper SNES version)
(Script differences, data compressor, URL updates)
Line 20: Line 20:
==Utilities==
==Utilities==
* [http://www.zophar.net/utilities/sneslevel/shadowrun-sse.html Shadowrun ZSNES savestate editor]
* [http://www.zophar.net/utilities/sneslevel/shadowrun-sse.html Shadowrun ZSNES savestate editor]
* Data and text decompressors exist - see the External Links.
* Programs exist to compress/decompress data and dump text. See the External Links.


==Hacks==
==Hacks==
Line 42: Line 42:
* [http://pkhack.fobby.net/misc/shadowrun_textdump_chopshop.txt Dump of the Huffman-coded text (Chop Shop)]
* [http://pkhack.fobby.net/misc/shadowrun_textdump_chopshop.txt Dump of the Huffman-coded text (Chop Shop)]
* [http://pkhack.fobby.net/misc/shadowrun_textdump_morgueguys.txt Dump of the Huffman-coded text (Morgue Guys)]
* [http://pkhack.fobby.net/misc/shadowrun_textdump_morgueguys.txt Dump of the Huffman-coded text (Morgue Guys)]
* [http://pkhack.fobby.net/misc/python/shadowrun_decomp.txt Data decompressor - Python source code]
* [http://pkhack.fobby.net/misc/shadowrun_script_differences.txt Script differences between the two versions]
* [http://pkhack.fobby.net/misc/python/shadowrun_huffman.txt Text decompressor - Python source code]
* [https://github.com/Osteoclave/game-tools/blob/master/snes/shadowrun_comp.py Data compressor - Python source code]
* [https://github.com/Osteoclave/game-tools/blob/master/snes/shadowrun_decomp.py Data decompressor - Python source code]
* [https://github.com/Osteoclave/game-tools/blob/master/snes/shadowrun_textdump.py Text dumper - Python source code]

Revision as of 06:27, 8 February 2016

Shadowrun
Name SHADOWRUN
Company Data East
Header None
Bank LoROM
Interleaved No
SRAM 64 Kb
Type Normal + Batt
ROM 8 Mb
Country USA
Video NTSC
ROM Speed 120ns (FastROM)
Revision 1.0
Checksum Good 0xF834
CRC32 3F34DFF0

Utilities

Hacks

  • None known.

Translations

  • None known.

Miscellaneous

  • Shadowrun makes use of apparent big-endian values in some of its data tables, an oddity on the Super Nintendo's little-endian architecture. Most of the game's text is compressed via Huffman coding.

Known Dumps

  • Shadowrun (Beta), also known as the "Chop Shop" version
  • Shadowrun (E)
  • Shadowrun (G)
  • Shadowrun (J)
  • Shadowrun (SW)
  • Shadowrun (U) [!], also known as the "Morgue Guys" version

External Links