Conversation
techyCoder81
approved these changes
Dec 26, 2021
WuBoytH
added a commit
that referenced
this pull request
Jul 16, 2022
Lucas Fixup #2: Fair, Bair, DSmash, Special S landing frames and OU into the cosmos fix.
techyCoder81
pushed a commit
that referenced
this pull request
Jan 6, 2023
merge knockdown spikes into ICs
SkewedAskew
pushed a commit
that referenced
this pull request
May 30, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This moves all of the functionality from the hdr-core repository over to HewDraw-Remix so that we can modify and improve as need be without having to remember to update.
It also transitions everything to using ARCropolis API callbacks for added files, requiring that the user is using a file-addition beta.
It also introduces a new
no-offset-searchfeature which will make boot times faster during development so that we aren't searching for offsets every time we boot. This will make it faster on emulators (when eventually supported), however official HDR releases should not be built with this feature.