Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PlayerSelectScreen: Fix invalid SaveRAM access in no-save mode
In no-save mode, this code was trying to access `saveGame->files[-1]`. No-save doesn't write anything to SaveRAM in the original code, and save mode already wrote it, so all we need is to get the charID.
- Loading branch information