Skip to content

A fork of the Sonic 1 GitHub community disassembly that aims to be more like the Hivebrain 2005 disassembly.

Notifications You must be signed in to change notification settings

Selbi182/Sonic1UnGit

Repository files navigation

Sonic 1 UnGit Disassembly

This is a fork of the Sonic 1 GitHub disassembly targeting asm68k that aims to remove as much superfluous junk as possible. While the community disassembly is great for research purposes, it comes with a lot of stuff that makes the project folder unnecessarily bloated.

Furthermore, this project attempts to recreate some conveniences of the old Hivebrain 2005 disassembly — namely, undoing the extraction of every single object into its own file in the _incObj folder. Call me stubborn and old-fashioned, but I'd rather have everything right there in sonic1.asm instead.

You may now go ahead and call me a heretic. I don't care.

Differences

Files

  • Completely merged _incObj folder with sonic1.asm
  • Completely merged _inc folder with sonic1.asm (this is technically diverting from the Hivebrain 2005 style, but I never understood the arbitrary extraction of those files anyway)
  • Removed various junk files, including most project files for community tools (except for SonLVL and SonPLN, courtesy of Speems)
  • Collapsed all revision conditionals to always use JP rev01
  • Re-extracted title card mappings (out of all the things to re-include, why the hell would you do it for the title cards???)
  • Removed most unused files
  • Moved tilemaps folder stuff into misc folder
  • Renamed some includes to start with _
  • Moved sound driver to sound folder
  • Renamed sonic.asm to sonic1.asm

Code Style

  • Collapsed multi-empty lines to a single one each
  • Removed all trailing whitespace before a line end
  • Removed S U B R O U T I N E garbage
  • Replaced all tabs in comments with single spaces
  • Some comment cleanup around objects
  • Removed zonewarning macro

Code

  • MegaPCM (thanks to RobiWanKenobi)
  • ASM music (thanks to RobiWanKenobi)
  • vladikcomper's debugger (thanks to RobiWanKenobi)
  • Enabled a whole bunch of compiler optimizations
  • Removed checksum check and fixheadr.exe
  • Removed ROM padder
  • Flag to conveniently enable all cheats
  • Fixed PRESS START BUTTON bug

Warning

This project is NOT anywhere close to being bit-accurate and has zero intentions of being so. The main goal of this project is to provide a nicer out-of-the-box experience without being bombarded with a whole bunch of stuff 99% of people won't ever touch. If you care about bit accuracy, the GitHub community disassembly is right there.

About

A fork of the Sonic 1 GitHub community disassembly that aims to be more like the Hivebrain 2005 disassembly.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •