Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correctly handle ExtData when copying savefiles #735

Merged
merged 1 commit into from
May 23, 2024

Conversation

HylianFreddy
Copy link
Collaborator

Currently if you copy a save file to a different slot the extdata are not properly handled, and whatever stale data is in the gExtSaveData struct will be saved onto the target slot.
This fixes it so the extdata are properly loaded from the source slot before they get saved on the target slot.

@UraYukimitsu
Copy link
Contributor

I think I completely forgot about copying save files when I added extdata support

@HylianFreddy HylianFreddy merged commit e2012dc into gamestabled:main May 23, 2024
2 checks passed
@HylianFreddy HylianFreddy deleted the fix-extdata-copy branch May 23, 2024 19:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants