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: nmlgc/ReC98
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: dde36f7
Choose a base ref
...
head repository: nmlgc/ReC98
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f4c2e45
Choose a head ref
  • 5 commits
  • 12 files changed
  • 1 contributor

Commits on Nov 30, 2020

  1. [Decompilation] [th01] Stage objects: STAGE?.DAT loading

    Final set of file loading calls in TH01!
    
    Part of P0129, funded by Yanga.
    nmlgc committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    9f9d275 View commit details
    Browse the repository at this point in the history
  2. [Decompilation] [th01] Stage objects: Obstacle initialization

    Part of P0129, funded by Yanga.
    nmlgc committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    4b24c13 View commit details
    Browse the repository at this point in the history
  3. [Decompilation] [th01] Stage objects: VRAM page 0 → 1 copies

    This is where the code generation actually confirms the SoA layout of
    the global obstacle structure, rather than it being distinct pointers.
    
    Part of P0129, funded by Yanga.
    nmlgc committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    35b4461 View commit details
    Browse the repository at this point in the history
  4. [Reverse-engineering] [th01] Stage objects: Sprite IDs

    Part of P0129, funded by Yanga.
    nmlgc committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    dd74e8a View commit details
    Browse the repository at this point in the history
  5. [Decompilation] [th01] Stage objects: Initialization

    Lol @ Konngara decompilation being blocked by this giant card-flipping
    function that took 2 pushes to understand, only for it to start with
    
    	if((stage % 5) == 4) {
    		return;
    	}
    
    …
    
    Completes P0129, funded by Yanga.
    nmlgc committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    f4c2e45 View commit details
    Browse the repository at this point in the history
Loading