Anonymous

Changes

From Final Fantasy Inside

FF7/Battle/Battle scenes

604 bytes added, 19:34, 11 June 2009
AI Data
|}
 
====Formation ID====
 
Formation ID is an index to a formation within a given scene. It is the scene index bit shifted 2 to the left plus formation index within the scene.
 
0 1 2 3 4 5 6 7 8 9 A B C D E F
[ - - - - - - - - - - - - ] [ ]
scene index formation index
 
For this reason, the Formation ID will not exceed 03FFh.
 
example:
Formation 028Dh
bit shift two to the right to get scene
028D >> 2 = 00A3 (right-most bits are truncated)
This is Scene 163
Formation Index is just the ID ANDed with 3.
028D AND 3 = 01
Formation 1
So this is Formation 1 in scene 163. (SOLDIER:3rd x2)
====AI Data====
Anonymous user