A Link to the Past + Super Metroid Crossover Randomizer

Go down

A Link to the Past + Super Metroid Crossover Randomizer Empty Re: A Link to the Past + Super Metroid Crossover Randomizer

Post by Erockbrox Sat 5 May 2018 - 20:57

I don't understand it how can you mix the two roms up together?
Erockbrox
Erockbrox

A Link to the Past + Super Metroid Crossover Randomizer Image211

Since : 2013-02-05

Back to top Go down

A Link to the Past + Super Metroid Crossover Randomizer Empty Re: A Link to the Past + Super Metroid Crossover Randomizer

Post by Floki Sat 5 May 2018 - 22:19

It's actually pretty clever, they merge the three roms together with the power of exhirom and asm!

Code:
@echo off
echo Building Super Metroid + Zelda
cd resources
python create_exhirom.py sm_orig.sfc alttp_orig.sfc zsm_orig.sfc
copy zsm_orig.sfc zsm.sfc > NUL:
asar ..\src\main.asm zsm.sfc
copy zsm.sfc "..\build\zsm.sfc" > NUL:
cd ..
echo Done

https://github.com/tewtal/alttp_sm_combo_randomizer_rom/blob/master/banks.txt

^^The roms are 6 mb...so enough space to fit all they want lol


Floki

A Link to the Past + Super Metroid Crossover Randomizer Image212

Since : 2012-06-19

Back to top Go down

A Link to the Past + Super Metroid Crossover Randomizer Empty Re: A Link to the Past + Super Metroid Crossover Randomizer

Post by Nocturnesthesia Sun 6 May 2018 - 14:39

Wow, this is unbelievable Very Happy

I am not that good at Super Metroid but I'll probably try this anyway. Fantastic idea to keep the LttPR fresh and interesting.
Nocturnesthesia
Nocturnesthesia
Cucumber
Cucumber

Since : 2018-03-27

Back to top Go down

A Link to the Past + Super Metroid Crossover Randomizer Empty Re: A Link to the Past + Super Metroid Crossover Randomizer

Post by kpe Wed 16 May 2018 - 1:26

SePH wrote:It's actually pretty clever, they merge the three roms together with the power of exhirom and asm!

Code:
@echo off
echo Building Super Metroid + Zelda
cd resources
python create_exhirom.py sm_orig.sfc alttp_orig.sfc zsm_orig.sfc
copy zsm_orig.sfc zsm.sfc > NUL:
asar ..\src\main.asm zsm.sfc
copy zsm.sfc "..\build\zsm.sfc" > NUL:
cd ..
echo Done

https://github.com/tewtal/alttp_sm_combo_randomizer_rom/blob/master/banks.txt

^^The roms are 6 mb...so enough space to fit all they want lol

How are they 6mb? SM is 3mb zelda is 1mb

kpe
Newcomer

Since : 2017-01-10

Back to top Go down

A Link to the Past + Super Metroid Crossover Randomizer Empty Re: A Link to the Past + Super Metroid Crossover Randomizer

Post by Puzzledude Wed 16 May 2018 - 7:37

How are they 6mb? SM is 3mb zelda is 1mb
Exlorom is 6MB, since the main mapping is different. From those 6MB, 4 are filled with code, 2 are 00 bytes. Plus the new ASM code. Every 2MB game would automatically be 6MB (4 with 00 bytes), every 4MB would be 8MB (4 with 00 bytes).
Puzzledude
Puzzledude

A Link to the Past + Super Metroid Crossover Randomizer Image213

Since : 2012-06-20

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum