FF6 Hacking
Unused space spreadsheet I've compiled - Printable Version

+- FF6 Hacking (https://www.ff6hacking.com/forums)
+-- Forum: Discussion Forums (https://www.ff6hacking.com/forums/forum-5.html)
+--- Forum: Magitek Research Facility (https://www.ff6hacking.com/forums/forum-9.html)
+--- Thread: Unused space spreadsheet I've compiled (/thread-3489.html)



Unused space spreadsheet I've compiled - JCE3000GT - 05-30-2017

Hi all.  I wanted to share this spreadsheet I've had compiled for a bit in case no one's got something already out there (I couldn't find anything).  There are two tabs, one with offsets on a headered ROM and a tab for a ROM without a header.  I've got both Decimal and Hex offsets here as well just in case.  Thought this might help anyone wanting a quick way to see what free space is in a normal unmodified ROM.  Feel free to post this elsewhere but please give credit.  ::) 

http://jce3000gt.com/public/ff6/Unused%20Space%20(Vanilla%20ROM).xlsx

NOTE: If there is an error please let me know and I'll correct it.


RE: Unused space spreadsheet I've compiled - madsiur - 05-30-2017

Nice work!

Technically I think all entries are free space but a somewhat good amount are right after end of some data like NPC data, event triggers or chest data as an example. If someone put something there blindly assuming it would never be touched, an utility like FF6LE could erase the data by adding chests as an example. So as a safety measure, always check in the ROM map what precede the free space ;)


RE: Unused space spreadsheet I've compiled - JCE3000GT - 05-31-2017

(05-30-2017, 08:18 PM)madsiur Wrote: Nice work!

Technically I think all entries are technically free space but a somewhat good amount are right after end of some data like NPC data, event triggers or chest data as an example. If someone put something there blindly assuming it would never be touched, an utility like FF6LE could erase the data by adding chests as an example. So as a safety measure, always check in the ROM map what precede the free space Wink

This is a good point.  I used the FF6offsets.txt for the list of unused space to compile this so it does indeed include empty space at the end of some data blocks.   Shine


RE: Unused space spreadsheet I've compiled - madsiur - 06-01-2017

For the record, the old thread containing the list was moved on the wiki and deleted from the forum: https://www.ff6hacking.com/wiki/doku.php?id=ff3:ff3us:doc:asm

I'll update credits at bottom of the page soon.


RE: Unused space spreadsheet I've compiled - JCE3000GT - 06-02-2017

(06-01-2017, 09:33 PM)madsiur Wrote: For the record, the old thread containing the list was moved on the wiki and deleted from the forum: https://www.ff6hacking.com/wiki/doku.php?id=ff3:ff3us:doc:asm

I'll update credits at bottom of the page soon.

Cool beans.  Let me know if I need to add that warning with my spreadsheet about some of that empty space being in a data block being used by something else.