Frequently Asked Questions: Difference between revisions

List which moves are safe to edit
m Update exclusive item effect information
Line 99: Line 99:
SkyTemple allows you to edit basic item data (like the buy and sell price, category, sprite ID…) as well as item effects (the latter requires an ASM patch to be applied). You can use the “Items” menu for this.
SkyTemple allows you to edit basic item data (like the buy and sell price, category, sprite ID…) as well as item effects (the latter requires an ASM patch to be applied). You can use the “Items” menu for this.


If you want to edit the effect of exclusive items you will need to do some hex editing.
There's currently no dedicated UI to edit the effect of exclusive items, but you can use the [[Symbols]] editor to modify the raw data. The name of the symbol in question is <code>EXCLUSIVE_ITEM_EFFECT_DATA</code>.


=== How can I edit [[Move Data|moves]]? ===
=== How can I edit [[Move Data|moves]]? ===