FF7/Attack data

From Final Fantasy Inside
< FF7
Revision as of 09:17, 19 October 2008 by my_wiki>G
Jump to navigation Jump to search

(Note:This information has been provided by NFITC1)


This section contains the data for Menu commands. There are 32 entries of 8 bytes in the following format:

Offset Length Function
0x00 1 byte Initial Cursor Action (see below)
00h  Perform command using target data
01h  Magic Menu
02h  Summon Menu
03h  Item Menu
04h  E.Skill Menu
05h  Throw Menu
06h  Limit Menu (Character Specific)
07h  Cursor moves to battle field and obeys target data
08h  W-Item
09h  W-Magic
0Ah  W-Summon
0Bh  Coin Menu
0x01 1 byte Force Targeting (see below)
01h  Enable Selection
02h  Cursor Starts on Enemies
04h  Multiple targets as default
08h  Toggle Multiple/single target(s)
10h  One Row only
20h  Long range targets take normal damage to physical "elements"
40h  Both Sides
80h  Random Target
0x02 2 bytes Unknown (Always FFh)
0x04 2 bytes Single Target Camera Movement index
0x06 2 bytes Multiple Targets Camera Movement index


Notes: A menu (except the Coin menu?) will return only the index of the selection on that menu to the battle engine. Then battle engine then performs the action based on that index, not the object selected. (ie. if magic is edited to display the Summon menu and Titan (04h) is selected to be summoned, the character will perform Poisona (04h) instead because the battle engine knows that it was the magic command that gave that index.)