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: a10342fa3e37
Choose a base ref
...
head repository: sonicretro/s1disasm
compare: 5a1b4d458e69
Choose a head ref
  • 7 commits
  • 4 files changed
  • 1 contributor

Commits on Sep 21, 2015

  1. Copy the full SHA
    0ee7529 View commit details
    Browse the repository at this point in the history
  2. Fixing all jmp/jsr to use explicit long addressing

    Adding this from the AS branch.
    Clownacy committed Sep 21, 2015
    Copy the full SHA
    ee516f1 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2015

  1. Adding more explicit addressing modes

    This regex came in handy:
    
    jsr [^(][^)\r]*\r
    jmp [^(][^)\r]*\r
    Clownacy committed Sep 22, 2015
    Copy the full SHA
    7ffb9be View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2015

  1. SonLVL - Adding GHZ Spiked Pole object definition

    The maximum number of spikes allowed is 0x18. It would be 0x1F, because of how the subtype value is left-shifted by 3, but RAM constraints also factor into this, with each child spike object getting a byte of the parent's RAM, starting at SST 0x29, continuing to the end of the object's RAM, SST 0x3F.
    Clownacy committed Oct 26, 2015
    Copy the full SHA
    12c2a2d View commit details
    Browse the repository at this point in the history
  2. SonLVL - Correcting GHZ Spiked Pole object definition

    The maximum number of spikes is 0x16. Parent object's SST 0x3E is used as an 'initial frame number' value, so it and SST 0x3F can't be used for child spikes.
    Clownacy committed Oct 26, 2015
    Copy the full SHA
    82e2d54 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2015

  1. Copy the full SHA
    e986ef7 View commit details
    Browse the repository at this point in the history
  2. Fixing case-sensitive build

    Clownacy committed Dec 1, 2015
    Copy the full SHA
    5a1b4d4 View commit details
    Browse the repository at this point in the history