Author Topic: [FF7] Item, magic, command data in battle?  (Read 2313 times)

Raziel80

  • *
  • Posts: 119
    • View Profile
[FF7] Item, magic, command data in battle?
« on: 2019-10-22 02:40:48 »
What properties does FF7 store in 6 bytes of item data in battle? And in the magic attack/ summon/ En.Skill, command attacks in battle?

Answer to question: 6 bytes Item data in battle:
0 - unknown
1 - Item Id (2 bytes)
2 - Item Id
3 - quantity
4 - Targeting Data
5 - properties; 01h - Can't be sold; 02h - unuseable in battle;  08h - Can't be thrown.
If slot is empty then: 0 - 00; 1 - FF; 2 - FF; 3 - 00; 4 - 00; 5 - 0B.


8 bytes Magic / Summon / En.Skill data in battle:

0 - Magic Id (Attack ID)
1 - mana cost
2 - for magic: uses for "all" ability (How many times can be used) / for Summon: uses (How many times Summon can be used) / for E.Skill: unknown
3 - 4x (quadra magic) 0 - disabled; 1 - enabled;
4 - uses for "4x" ability (How many times can be used)
5 - Targeting Data
6 - some property; (02h - disabled;) / for magic: 10h - '"all" arrow for magic
7 - added ability; (00h - Nothing; 01h - Absorb MP; 02h - Absorb HP; 08h - Steal As Well; 10h - Extra Cut; 20h - Turbo MP1; A0h - Turbo MP5; E0h - Turbo MP7)


6 bytes Command data in battle:

0 - Command Id
1 - Cursor Action
2 - Targeting Data
3 - some property; 02h - disabled; 10h - "all" arrow for command
4 - uses for command "all" ability (How many times can be used)
5 - added ability; (00h - Nothing; 01h - Absorb MP; 02h - Absorb HP; 08h - Steal As Well; 10h - Extra Cut;)

Cursor Action with Command Id:
Spoiler: show

Cursor Action with Command Id (2 bytes)
0701h Attack
0102h Magic
0203h Summon
0304h Item
0705h Steal
0006h Sense
0B07h Coin
0508h Throw
0009h Morph
000Ah D.Blow
000Bh Manipulate
000Ch Mime
040Dh E.Skill
0711h Mug
0012h Change
0013h Defend
0614h Limit
0815h W-Magic
0916h W-Summon
0A17h W-Item
0018h Slash All
0719h 2x-Cut
001Ah Flash
001Bh 4x-Cut
00FFh None


Cursor Action (information from WallMarket)

00h Obey Command Target Data
01h Magic Menu
02h Summon Menu
03h Item Menu
04h E.Skill Menu
05h Throw Menu
06h Limit
07h Obey Weapon Target Data
08h W-Magic Menu
09h W-Summon Menu
0Ah W-Item Menu
0Bh Coin Menu
« Last Edit: 2019-12-09 18:52:39 by Raziel80 »