06-07-2016, 11:35 PM
In FF3usME, in the "Item Editor", under "Regular Items (Advanced)", there is a chart for "Extra Effects". The first 16 entries are:
It seems, the first 16 entries on the item Extra Effects list are the last 16 entries of the two magic special effect tables listed.
I not completely sure why this is, but if you change the pointers in those tables of magic Special Effects, the it changes the corresponding item Extra Effect. I know this is true because I changed one of the unused pointers to point to Blow Fish, and made potions that healed for 1000.
So, I'm wondering: is there any more information about the relationship between those?
What about the rest of the entries on the item Extra Effect list? Where are they stored?
Code:
0x00: ?
0x01: Magicite
0x02: Superball
0x03: ? (make target disappear)
0x04: ??? (Elixir, Megalixir)
0x05: Warp
0x06: Recruit Gau on Veldt
0x07: ?
0x08: ?
0x09: ?
0x0A: Steal
0x0B: Control
0x0C: Leap
0x0D: ?
0x0E: Debilitator
0x0F: Air Anchor
It seems, the first 16 entries on the item Extra Effects list are the last 16 entries of the two magic special effect tables listed.
I not completely sure why this is, but if you change the pointers in those tables of magic Special Effects, the it changes the corresponding item Extra Effect. I know this is true because I changed one of the unused pointers to point to Blow Fish, and made potions that healed for 1000.
So, I'm wondering: is there any more information about the relationship between those?
What about the rest of the entries on the item Extra Effect list? Where are they stored?