Banon's Donkey Farm > Game Modification Station

Free space used by patches

<< < (3/3)

assassin:
a few more things:

1)
--- Quote ---0269CA-0269FF   C267DB-C267FF   25      25 bytes Available!
--- End quote ---

the CPU address range is right; the file address is wrong.  also, 25 is the number of bytes used in hex, so for decimal you'll want 37. :P

2)
--- Code: ---026745-026754   C26545-C26554   14      14 bytes Available!
026755-026764 C26555-C26564   16 ContrUpd (.10) Assassin
--- End code ---

i recently updated this patch to Beta 0.13, and it uses 6 more bytes, so it now starts at 02674F or C2654F.

3) there's a nice free space area near the end of Bank C9, at 09FEEC - 09FFFF (file addresses), or C9FCEC - C9FDFF (CPU addresses).  276 bytes.  that's in all 3 versions of the game: FF3us 1.0, FF3us 1.1, and FF6j.  note i'm going purely off of the addresses' contents (FFs in FF3us, LSBs of address in FF6j) when declaring them as free.  i'm not at all familiar with this part of the ROM.

Lenophis:

--- Quote from: assassin on February 28, 2011, 11:10:52 PM ---there are 3 varieties of the patch, and not a single one of them match it
--- End quote ---
I suspect the numbers came from the first iteration before you gave the mondo assist with the optimization.

Navigation

[0] Message Index

[*] Previous page

Go to full version