tewtal / alttp_sm_combo_randomizer

ALttP VT Randomizer and API - Super Metroid & ALTTP Combo Version (V10)
MIT License
43 stars 12 forks source link

Save memory not initialized #141

Closed Kreeblah closed 4 years ago

Kreeblah commented 4 years ago

Console or Emulator: Console

Description of problem: Per https://github.com/MiSTer-devel/SNES_MiSTer/issues/175#issuecomment-571666141, the ROM doesn't initialize save memory before attempting to read from it. On real hardware, this is full of random values, but many emulators (and the SD2SNES) pre-fill it with FF. This is also likely related to https://github.com/tewtal/alttp_sm_combo_randomizer/issues/5.

tewtal commented 4 years ago

This should be fixed with this commit, and the V11 beta site should already be updated with the fix. Thanks for reporting.