Actions

Difference between revisions of "Disassemblies"

From Sonic Retro

(Sonic 1)
Line 1: Line 1:
 
This pages lists all the public '''disassemblies''' made by the Sonic hacking community. Some of these disassemblies are still being worked on on the [[Sonic Retro on GitHub|GitHub account]], which are more up-to-date and accurate than those listed on this page, and are already split.
 
This pages lists all the public '''disassemblies''' made by the Sonic hacking community. Some of these disassemblies are still being worked on on the [[Sonic Retro on GitHub|GitHub account]], which are more up-to-date and accurate than those listed on this page, and are already split.
 
+
== Sonic 1 ==
== Sonic 1 Rev 0 ==
+
====Revision 00====
 
* '''The [https://github.com/sonicretro/s1disasm_git/archive/master.zip GitHub version] is the most up to date version.'''
 
* '''The [https://github.com/sonicretro/s1disasm_git/archive/master.zip GitHub version] is the most up to date version.'''
 
** [[MainMemory]] has made a [https://github.com/sonicretro/s1disasm_git/archive/MapMacros.zip MapMacros branch] that converts all sprite mappings to a macro format.
 
** [[MainMemory]] has made a [https://github.com/sonicretro/s1disasm_git/archive/MapMacros.zip MapMacros branch] that converts all sprite mappings to a macro format.
Line 20: Line 20:
 
**{{file|S1 z80 dasm.rar|Sonic 1 Z80 Sound Driver (Split+Text format by Puto)}} - A disassembly of the Z80 portion of the Sonic 1 sound driver. It targets the macro assembler AS, and it's cross-platform.
 
**{{file|S1 z80 dasm.rar|Sonic 1 Z80 Sound Driver (Split+Text format by Puto)}} - A disassembly of the Z80 portion of the Sonic 1 sound driver. It targets the macro assembler AS, and it's cross-platform.
  
== Sonic 1 Rev 1 ==
+
====Revision 01====
 
* '''The [https://github.com/sonicretro/s1disasm_git/archive/master.zip GitHub version] allows for a complete building of revision 1.'''
 
* '''The [https://github.com/sonicretro/s1disasm_git/archive/master.zip GitHub version] allows for a complete building of revision 1.'''
  
Line 41: Line 41:
 
=== Sonic 2 final ===
 
=== Sonic 2 final ===
 
==== Revision 00 ====
 
==== Revision 00 ====
 +
* '''The [https://github.com/sonicretro/s2disasm_git/archive/master.zip GitHub version] of Revision 01 allows for a complete building of revision 00.'''
 
*[[Media:Sonic 2 Rev 00 (Text Format by drx).zip|Sonic 2 Rev 00 (Text Format by drx)]] - A disassembly of [[Sonic the Hedgehog 2]] revision 00, by [[drx]]. It targets SNASM68k.
 
*[[Media:Sonic 2 Rev 00 (Text Format by drx).zip|Sonic 2 Rev 00 (Text Format by drx)]] - A disassembly of [[Sonic the Hedgehog 2]] revision 00, by [[drx]]. It targets SNASM68k.
  
Line 57: Line 58:
  
 
====Revision 02====
 
====Revision 02====
 +
* '''The [https://github.com/sonicretro/s2disasm_git/archive/master.zip GitHub version] of Revision 01 allows for a complete building of revision 02.'''
 
On 2012-06-17, well-known hacker [[Esrael]] {{LinkRetro|post=693487|title=released}} his disassembly of the version of ''Sonic 2'' from ''[[Sonic Classics]]'' a.k.a. ''Sonic Compilation'', which has come to be thought of as ‘revision 2’/‘REV02’ and includes several bug-fixes and other changes when compared to earlier versions. The release followed a lengthy discussion on how to enhance ''Sonic 2'' with bug-fixes and other changes, several of which were noted by Esrael as having already been fixed in this relatively little-known revision, which he had become experienced with ''via'' using it as the code-base for recent versions of his hack ''[[Sonic 2 Delta]]''. Esrael had already released the unaltered ROM of this version earlier in the thread.
 
On 2012-06-17, well-known hacker [[Esrael]] {{LinkRetro|post=693487|title=released}} his disassembly of the version of ''Sonic 2'' from ''[[Sonic Classics]]'' a.k.a. ''Sonic Compilation'', which has come to be thought of as ‘revision 2’/‘REV02’ and includes several bug-fixes and other changes when compared to earlier versions. The release followed a lengthy discussion on how to enhance ''Sonic 2'' with bug-fixes and other changes, several of which were noted by Esrael as having already been fixed in this relatively little-known revision, which he had become experienced with ''via'' using it as the code-base for recent versions of his hack ''[[Sonic 2 Delta]]''. Esrael had already released the unaltered ROM of this version earlier in the thread.
 
*[[Media:Sonic2rev2.rar|Disassembly of ''Sonic 2'' revision 2 by Esrael]]
 
*[[Media:Sonic2rev2.rar|Disassembly of ''Sonic 2'' revision 2 by Esrael]]

Revision as of 21:55, 19 March 2018

This pages lists all the public disassemblies made by the Sonic hacking community. Some of these disassemblies are still being worked on on the GitHub account, which are more up-to-date and accurate than those listed on this page, and are already split.

Sonic 1

Revision 00

Revision 01

Sonic 2

Sonic 2 Master System

Sonic 2 Nick Arcade prototype

Sonic 2 Wai prototype

Sonic 2 Beta 4

Sonic 2 final

Revision 00

Revision 01

  • The GitHub version is the most up to date version.
  • The following are kept for historical purposes only:
    • Sonic 2 (Split and Text by Xenowhirl) - The 2007 release of the disassembly of Sonic the Hedgehog 2, by Xenowhirl. It is far better labeled than its predecessors and the assembly times are very fast (1-5 seconds). The disassembly itself is fully SonED2 compatible, and project files are bundled. It targets the Macro Assembler AS, and is cross-platform. The GitHub version of the Sonic 2 disassembly is based on this version. Tools for building for Linux are available here and Mac users should click here for build tools. Very highly recommended.
    • Old Nemesis disassemblies:
    • Sonic 2 (Split and Text by Aurochs) - The 2006 release of the disassembly of Sonic the Hedgehog 2, by Aurochs. It is better labeled than Nemesis' disassembly and the compile times are much faster. The disassembly itself is fully SonED2 compatible, and project files are bundled. It targets the Macro Assembler AS, and is cross-platform.

Revision 02

  • The GitHub version of Revision 01 allows for a complete building of revision 02.
On 2012-06-17, well-known hacker Esrael
Sonic Retro
released
his disassembly of the version of Sonic 2 from Sonic Classics a.k.a. Sonic Compilation, which has come to be thought of as ‘revision 2’/‘REV02’ and includes several bug-fixes and other changes when compared to earlier versions. The release followed a lengthy discussion on how to enhance Sonic 2 with bug-fixes and other changes, several of which were noted by Esrael as having already been fixed in this relatively little-known revision, which he had become experienced with via using it as the code-base for recent versions of his hack Sonic 2 Delta. Esrael had already released the unaltered ROM of this version earlier in the thread.

Knuckles in Sonic 2

Sonic & Knuckles

Sonic 3 & Knuckles

Sonic Crackers

Sonic 3D: Flickies' Island

Sonic Spinball