01-27-2011, 06:20 PM
Ah I've found it! It's an event bit! 
Sorry I get too excited ha but this is the event bits I found in Novalia Spirit's dump:
034 86:4 Uncontrollable Cyan battle 1 (event bit $1E80($42C) [$1F05, bit 4)
035 86:5 Uncontrollable Cyan battle 2 (event bit $1E80($42D) [$1F05, bit 5)
036 86:6 Uncontrollable Cyan battle 3 (event bit $1E80($42E) [$1F05, bit 6)
Here's a link to get the dump:
http://novaliaspirit.99k.org/ff6/file/ff...t_bits.txt
Do a CTRL F search for "Uncontrollable"
Anyways, you can set this thing anywhere pretty much anywhere
Here's how to set it in a hex editor:
D8, 2C (is the first Uncontrollable battle)
D8, 2D (second)
D8, 2E (third one)
Hope this helps! Oh and once the first battle is complete (or if your just doing 1 battle, that'll work too, just know which event bit you use) make sure you "clear" that event bit with the D9 command in this case. (The bit part is still the same Ex: 'D9, 2C') It could make any future battles screwy, and the game clears it too so definitely do that.
EDIT:
Satoscorpion is correct, I believe. I would test it out, but I can't think of anything else "Cyan fights alone" could refer to. So perhaps this event bit doesn't branch to an offset in the rom and execute some commands to make Cyan uncontrollable...Hmm if that's the case then you might have your work cut out for you.
But this event bit MUST do something lolz :p

Sorry I get too excited ha but this is the event bits I found in Novalia Spirit's dump:
034 86:4 Uncontrollable Cyan battle 1 (event bit $1E80($42C) [$1F05, bit 4)
035 86:5 Uncontrollable Cyan battle 2 (event bit $1E80($42D) [$1F05, bit 5)
036 86:6 Uncontrollable Cyan battle 3 (event bit $1E80($42E) [$1F05, bit 6)
Here's a link to get the dump:
http://novaliaspirit.99k.org/ff6/file/ff...t_bits.txt
Do a CTRL F search for "Uncontrollable"
Anyways, you can set this thing anywhere pretty much anywhere

Here's how to set it in a hex editor:
D8, 2C (is the first Uncontrollable battle)
D8, 2D (second)
D8, 2E (third one)
Hope this helps! Oh and once the first battle is complete (or if your just doing 1 battle, that'll work too, just know which event bit you use) make sure you "clear" that event bit with the D9 command in this case. (The bit part is still the same Ex: 'D9, 2C') It could make any future battles screwy, and the game clears it too so definitely do that.
EDIT:
Satoscorpion is correct, I believe. I would test it out, but I can't think of anything else "Cyan fights alone" could refer to. So perhaps this event bit doesn't branch to an offset in the rom and execute some commands to make Cyan uncontrollable...Hmm if that's the case then you might have your work cut out for you.
