Item Graphics

From Final Fantasy Hacktics Wiki
Revision as of 00:11, 2 March 2011 by RandMuadDib (talk | contribs)
Jump to navigation Jump to search

There are two locations for item graphics. The first is the easiest to manipulate, as it can be done in the FFTPatcher, and affects the item icons shown in menus. The second is the item graphic as seen in battle. This can only be modified by hex editing BATTLE.BIN. Here I have provided a list of the weapons, their FFTPatcher hex values, their BATTLE.BIN offsets, and their item graphic defaults.

A note on format: Each item is given two bytes in BATTLE.BIN to determine what they look like in battle. The first half of the first byte, dubbed 'X', controls the palette of the weapon as seen in WEP1.SPR. The second half of the first bye, called 'Y', controls the palette of the swoosh, blast, or other effect as seen in WEP2.SPR. The second byte controls which item is displayed, which is also determined by the item type, which is set in the Patcher. Thus, a dagger with a ZZ of 00 will be a different weapon than a sword or staff with a ZZ of 00.

Knives

HexNameOffsetXY ZZ
01Dagger0x02D3E6E000
02Mythril Knife0x02D3E8F002
03Blind Knife0x02D3EAE004
04Mage Masher0x02D3EC3006
05Platina Dagger0x02D3EED000
06Main Gauche0x02D3F03002
07Orichalcum0x02D3F25104
08Assassin Dagger0x02D3F44006
09Air Knife0x02D3F64002
0AZorlin Shape0x02D3F88204


Ninja Swords

HexNameOffsetXYZZ
0BHidden Knife0x02D3FAE008
0CNinja Knife0x02D3FCE00A
0DShort Edge0x02D3FEF008
0ENinja Edge0x02d4003008
0FSpell Edge0s02D402400A
10Sasuke Knife0x02D404D008
11Iga Knife0x02D406600A
12Koga Knife0x02D408520A


Swords

HexNameOffsetXYZZ
13Broad Sword0x02D40AE000
14Long Sword0x02D40CE002
15Iron Sword0x02D40E3004
16Mythril Sword0x02D410F006
17Blood Sword0x02D4126004
18Coral Sword0x02D4147002
19Ancient Sword0x02D4168006
1ASleep Sword0x02D418F000
1BPlatinum Sword0x02D41AD006
1CDiamond Sword0x02D41C4004
1DIce Brand0x02D41E7002
1ERune Blade0x02D4205000
1FNagrarock0x02D4228102
20Materia Blade0x02D4248102


Bombs/Balls

HexNameOffset X Y ZZ
7DFire Ball0x02D4DE6000
7EWater Ball0x02D4E07000
7FLightning Ball0x02D4E28000


Please note this wiki page is not yet complete. To Be Added:

  • Rest of Weapons
  • WEP1 and WEP2
  • Item Graphic charts