News:

Don't forget to visit the main site! There's lots of helpful docs, patches, and more!

Main Menu

Bank 8F space

Started by Mentlegen, May 23, 2021, 04:37:44 PM

Previous topic - Next topic

Mentlegen

I am starting to approach the limit of free space in 8F. plm sets, scrolls, and doors as well as main asm room asm and X gray gfx pointers all reside in 8F. I fear I will not have enough room to expand my hack to my desired size. Is there some way i can use room/main asm to redirect where routines look for 8F pointers?

has this ever even been an issue?

Mettyk25jigsaw

#1
http://old.metroidconstruction.com/IPS/JAMPLMRepointV1.11.rar

http://old.metroidconstruction.com/IPS/JAMScrollRepointV1.11.rar

https://forum.metroidconstruction.com/index.php?action=dlattach;topic=145.0;attach=5597

These are patches that repoint the PLMs and Scrolls to a different bank of your choice. These were done by Jam.

I have included one of mine for door ASM but still uses 4 bytes per entry inside bank 8F but jumps the code to any bank and then jumps it back to an RTS.

This should help a lot for you.

Cheers.