DorkmasterFlek / smrpg_web_randomizer

Web-based randomizer for Super Mario RPG
https://randomizer.smrpgspeedruns.com
MIT License
16 stars 11 forks source link

Web Interface: Palette Swap doesn't show up on Linear Mode #62

Closed SoraHjort closed 5 years ago

SoraHjort commented 5 years ago

Palette Swap only shows up in Open World mode. It disappears when selecting Linear. Other options do disappear, but I figured that is likely because those randomization options do not work well in Linear as compared to Open. Palette however is cosmetic, thus shouldn't be of any affect on which mode selected.

DorkmasterFlek commented 5 years ago

You'd think that, but the linear mode patch is kind of a mess due to the only SMRPG ROM editor available and it's the legacy mode that isn't being worked on any further. In theory the palette changes should work with that patch as well but the sprite data is very sensitive to changes. I'll test this on our beta branch while we're developing new features for the main open world mode, but if it causes problems this won't be added.

SoraHjort commented 5 years ago

Ahhh, ok, I didn't realize linear mode was like that. You might consider having a note that shows up when selecting Linear that it isn't currently/no longer supported to prevent this confusion.

DorkmasterFlek commented 5 years ago

Fair enough, I'll try to make that more clear with the wording.

DorkmasterFlek commented 5 years ago

This appears to work okay in linear mode. It will be included in the next release.