Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sonicretro/s1disasm
base: c8e5da9883ed
Choose a base ref
...
head repository: sonicretro/s1disasm
compare: a10342fa3e37
Choose a head ref
  • 8 commits
  • 181 files changed
  • 2 contributors

Commits on Aug 12, 2015

  1. Making palette loading functions automatically adjust if you move

    the relative positions of the palettes.
    flamewing committed Aug 12, 2015
    Copy the full SHA
    0a6d4a1 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2015

  1. Making alignment more accurate to Sonic Team's source

    A bit of a bold claim, yeah, but if you look at the padding in Sonic
    Classics (Compilation)'s version of S1, it is aligned to $C00 instead of
    $B00. Still need to find a better way to align REV01, though...
    Clownacy committed Aug 17, 2015
    Copy the full SHA
    38ff370 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2015

  1. Copy the full SHA
    fd4323a View commit details
    Browse the repository at this point in the history
  2. Making mSBZp more detailed

    Clownacy committed Aug 18, 2015
    Copy the full SHA
    dfc53df View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2015

  1. Documenting Engima decompressor

    Fixes #7. I'm using most of skdisasm's comments, as they seem to better explain what the code does overall, rather than what the individual instructions do, as s2disasm unfortunately does.
    Clownacy committed Sep 6, 2015
    5
    Copy the full SHA
    aa489ba View commit details
    Browse the repository at this point in the history
  2. Removing XREFs

    Regex used:
    
    \t*; xref.*
    Clownacy committed Sep 6, 2015
    Copy the full SHA
    6145a74 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2015

  1. Copy the full SHA
    f779073 View commit details
    Browse the repository at this point in the history
  2. Allowing RAM variables to be used in 16-bit addressing mode

    The use of variables in the palette pointers means that this is now
    needed.
    Clownacy committed Sep 13, 2015
    Copy the full SHA
    a10342f View commit details
    Browse the repository at this point in the history