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: X-Hax/sadx-mod-loader
base: 39c3074c9c2a
Choose a base ref
...
head repository: X-Hax/sadx-mod-loader
compare: c7c2476b001a
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Sep 4, 2015

  1. Fixed widescreen pause menu positioning

    The pause menu would appear off-centered when in a "widescreen" resolution, due to the fact that the game assumes there will always be a 4:3 resolution, and thus uses the horizontal stretch value in place of the vertical stretch value (despite actually having the vertical stretch in memory?). 
    
    The way to fix this is to just change the address that is referenced from 008928C0 (horizontal stretch) to 008928C4 (vertical stretch) in the set of instructions used for calculating the y-coordinates of the separate pause menu pieces.
    DonutStopGaming committed Sep 4, 2015
    Copy the full SHA
    12cb044 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3 from DonutStopGaming/master

    Fixed widescreen pause menu positioning
    MainMemory committed Sep 4, 2015
    Copy the full SHA
    c7c2476 View commit details
    Browse the repository at this point in the history