-
Notifications
You must be signed in to change notification settings - Fork 3
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
Implementation of LTTP + SM Randomizer? #11
Comments
Hopefully this is relatively easy to do, all current memory locations should be visible via the source code (https://github.com/tewtal/alttp_sm_combo_randomizer/blob/master/app/Region/SuperMetroid/Brinstar/Blue.php) |
It also seems that the memory for Super Metroid (unsure about ALTTP?) has been re-mapped. This might prove useful, too: https://github.com/tewtal/alttp_sm_combo_randomizer_rom EDIT: Here's some notes I took so far on the data, --- Super Metroid --- 7E:0998 - 7E:0999 Game state. 01 = Title screen, 04 = menus, 05 = Load area, 06 = Loading game, 07 = Samus being electrified in save capsule, 08 = normal gameplay, 0C = pausing, 0F = paused, 12 = unpausing, 15, 17, 18, 19, 1A = Dead or dying, 23 = Timer up. 24 = blackout and gameover (Ceres explodes if not escaping Zebes). 2A = intro demos 7E:D7C0 - 7E:DE1B RAM that is saved to SRAM $A0 is a mirror bank $7E is WRAM, not SRAM ; Repoint all vectors so we can control in software what game to run total also said, in a previous log on the ALttP+SM Randomizer Server on 6/24/18 in #development: "any coop thing will be quite tricky to do since when there's a game switch it pretty much switches out all RAM" "and things can't be tracked only from SRAM either so you have to constantly detect what game is running and use different offsets"There are also a couple of links I'm keeping track of, particularly the first one: https://github.com/Skarsnik/Magic2snes/blob/master/examples/smalttptracker/engine.js I was also wondering how the script should handle dying in Super Metroid, and rolling back the save. I discussed it a bit with some others on the IRC and they brought up 4 different ideas:
We think option 1 is the most authentic, but option 4 will prevent SM runners from going out of their way to save the game while also preventing death abuse to save time with backtracking. |
Are there any plans to incorporate the LTTP + SM randomizer on https://alttsm.speedga.me/? I would absolutely love to play that version of randomizer with a few of my friends.
The text was updated successfully, but these errors were encountered: