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.
This article has a talk page!

Sonic the Hedgehog 2 (Genesis): Difference between revisions

From Data Crystal
Jump to navigation Jump to search
m (Fixed link to S2Beta page.)
mNo edit summary
 
(17 intermediate revisions by 7 users not shown)
Line 1: Line 1:
{{title|Sonic the Hedgehog 2}}
{{Bob
| bobscreen= SonicHedgehog2Title.PNG
| title= Sonic the Hedgehog 2
| developers= {{developer|Sonic Team}}, {{developer|Sega Technical Institute}}
| publishers= {{publisher|Sega}} (JP/US/EU), {{publisher|Tec Toy}} (BR)
| system= Genesis
| japan= {{date|1992|November|21}}
| usa= {{date|1992|November|24}}
| europe= {{date|1992|November|24}}
| korea= {{date|1992|November|21}}
| brazil= {{date|1992}}
| tcrf=Sonic the Hedgehog 2 (Genesis)
}}
{{Genesis| title = Sonic the Hedgehog 2
{{Genesis| title = Sonic the Hedgehog 2
|image = [[Image:SonicHedgehog2Title.PNG|center]]
|image = [[File:SonicHedgehog2Title.PNG|center]]
|name = SONIC THE HEDGEHOG 2
|name = SONIC THE HEDGEHOG 2
|game = Sonic the Hedgehog 2
|game = Sonic the Hedgehog 2
|company = SEGA
|company = SEGA
|header = Yes
|header = Yes
|rom = 1 Megabyte
|rom = 1 MiB
|country = JUE
|country = JUE
|video = NTSC
|checksum = D951
}}
}}


{{Extensively Hacked|name=Sonic the Hedgehog 2}}
==Sub-pages==
{{namespaces}}


==Utilities==
==Utilities==
Line 17: Line 32:
The current most popular split disassembly for Sonic 2 is not maintained, but was created by Nemesis; it uses SNASM68K for assembly. A more technically advanced split disassembly was created by Aurochs (although he no longer maintains it) and uses [http://john.ccac.rwth-aachen.de:8000/as/ Alfred Arnold's AS] for assembly.
The current most popular split disassembly for Sonic 2 is not maintained, but was created by Nemesis; it uses SNASM68K for assembly. A more technically advanced split disassembly was created by Aurochs (although he no longer maintains it) and uses [http://john.ccac.rwth-aachen.de:8000/as/ Alfred Arnold's AS] for assembly.


ESE2 is another popular level editor, working with Sonic 1, Sonic 2, Sonic 2 beta, and Sonic 3k, its tools include, Layout editor, Pallet editor (very good one), Object editor, and tile editor. I personally use this as my main editor, but yet SonED does have some special quality's as in seeing the sky in layout editor, and other useful things, if these two apps are used properly together they can churn out some pretty good maps!
ESE2 is another popular level editor, working with Sonic 1, Sonic 2(its beta too), and Sonic 3k, its tools include a Layout editor, a Palette editor (a very good one), an Object editor, and a tile editor. I recommend using this as your main editor, but yet SonED does have some special quality's as in seeing the sky in the layout editor, and other useful things, if these two apps are used properly together they can produce some pretty good maps!


==Hacks==
==Hacks==
There are many Sonic hacks spread all across the internet.  For now, refer to the External Links to find Sonic Hacks.
''Main article: [[List of Sonic the Hedgehog 2 hacks]]''


==Miscellaneous==
==Miscellaneous==
Line 37: Line 49:
* Sonic The Hedgehog 2 (W) (REV01 fixed) (dumped by drx) [!] (From Sonic Mega Collection +)
* Sonic The Hedgehog 2 (W) (REV01 fixed) (dumped by drx) [!] (From Sonic Mega Collection +)


The following listings are not dumps of the release version of Sonic 2, but of 7 prototype versions.
The following are dumps of 7 prototype versions of Sonic 2.
* Sonic The Hedgehog 2 (Prototype) [!]
* Sonic The Hedgehog 2 (Prototype) [!]
* Sonic The Hedgehog 2 (Prototype) [b1]
* Sonic The Hedgehog 2 (Prototype) [b1]
Line 50: Line 62:
* Sonic The Hedgehog 2 Beta 8
* Sonic The Hedgehog 2 Beta 8


==External Links==
==External links==
* [http://info.sonicretro.org/The_Sonic_2_Beta_Wiki S2B] A sited devoted to research on Sonic 2 Beta.
* [http://info.sonicretro.org/The_Sonic_2_Beta_Wiki S2B] A sited devoted to research on Sonic 2 Beta.
* [http://sonicology.fateback.com/ Sonicology] Contains many useful Sonic ROM hacking guides.
* [http://sonicology.fateback.com/ Sonicology] Contains many useful Sonic ROM hacking guides.
Line 56: Line 68:
* [http://www.hacking-cult.org/ Hacking CulT] A popular site for Sonic hacks.
* [http://www.hacking-cult.org/ Hacking CulT] A popular site for Sonic hacks.
* [http://info.sonicretro.org/Sonic_Community_Hacking_Guide Sonic Community Hacking Guide] Community-maintained hacking guides for all Sonic games.
* [http://info.sonicretro.org/Sonic_Community_Hacking_Guide Sonic Community Hacking Guide] Community-maintained hacking guides for all Sonic games.
[[Category:Sega Genesis games|Sonic the Hedgehog 2]]
 
[[Category:Sonic the Hedgehog 2]]


{{Stub}}
{{Stub}}
{{Sonic the Hedgehog series}}

Latest revision as of 01:48, 5 February 2024

Title Screen

Sonic the Hedgehog 2

Developers: Sonic Team, Sega Technical Institute
Publishers: Sega (JP/US/EU), Tec Toy (BR)
Platform: Genesis
Released in JP: November 21, 1992
Released in US: November 24, 1992
Released in EU: November 24, 1992
Released in KR: November 21, 1992
Released in BR: 1992


Cactisprite.png TCRF
Sonic the Hedgehog 2
Name SONIC THE HEDGEHOG 2
Company SEGA
Header Yes
Bank Unknown
Interleaved Unknown
SRAM Unknown
Type Unknown
ROM 1 MiB
Country JUE
ROM Speed Unknown
Video NTSC
Checksum D951
CRC32 Unknown


Sub-pages

No standard subpages yet!

Utilities

SonED 2 is the primary Sonic the Hedgehog editor, working with Sonic 1 and Sonic 2; however, it requires that the game be prepared to produce a "split disassembly", where the level art, level layouts, object definitions etc. are split from the actual assembly code into separate data files. Work now goes into commenting the code such that it can be worked on.

The current most popular split disassembly for Sonic 2 is not maintained, but was created by Nemesis; it uses SNASM68K for assembly. A more technically advanced split disassembly was created by Aurochs (although he no longer maintains it) and uses Alfred Arnold's AS for assembly.

ESE2 is another popular level editor, working with Sonic 1, Sonic 2(its beta too), and Sonic 3k, its tools include a Layout editor, a Palette editor (a very good one), an Object editor, and a tile editor. I recommend using this as your main editor, but yet SonED does have some special quality's as in seeing the sky in the layout editor, and other useful things, if these two apps are used properly together they can produce some pretty good maps!

Hacks

Miscellaneous

Known Dumps

  • Sonic The Hedgehog 2 (W) (REV01) [!]
  • Sonic The Hedgehog 2 (W) (REV00) [!]
  • Sonic The Hedgehog 2 (W) (REVSC02)
  • Sonic The Hedgehog 2 (W) (REV01) [t1]
  • Sonic_The_Hedgehog_II_SMD-MAGICAL
  • Sonic The Hedgehog 2 (REV01) - Dumped by Qjimbo
  • Sonic the Hedgehog 2 (W) (rev 00) [!] (dumped by Rika Chou)
  • Sonic The Hedgehog 2 (W) (REV01 fixed) (dumped by Lightning).bin (From * Sonic Gems Collection)
  • Sonic The Hedgehog 2 (W) (REV01 fixed) (dumped by drx) [!] (From Sonic Mega Collection +)

The following are dumps of 7 prototype versions of Sonic 2.

  • Sonic The Hedgehog 2 (Prototype) [!]
  • Sonic The Hedgehog 2 (Prototype) [b1]
  • Sonic The Hedgehog 2 (Prototype) [h1C]
  • Sonic The Hedgehog 2 (Prototype) [h2C]
  • Sonic The Hedgehog 2 (Prototype) [h3C]
  • Sonic The Hedgehog 2 (Early prototype) (dumped by drx)
  • Sonic The Hedgehog 2 Beta 4
  • Sonic The Hedgehog 2 Beta 5
  • Sonic The Hedgehog 2 Beta 6
  • Sonic The Hedgehog 2 Beta 7
  • Sonic The Hedgehog 2 Beta 8

External links


So very stubbly.
This page is rather stubbly and could use some expansion.
Are you a bad enough dude to rescue this article?