mirror of
https://github.com/AdAstra-LD/DS-Pokemon-Rom-Editor.git
synced 2026-05-18 18:44:09 -05:00
more item editor stuff (too late at this point)
This commit is contained in:
parent
c58e2a2b28
commit
0167e5f94e
|
|
@ -495,7 +495,7 @@ namespace DSPRE.Editors
|
|||
|
||||
private void saveDataButton_Click(object sender, EventArgs e)
|
||||
{
|
||||
currentLoadedFile.SaveToFileDefaultDir(currentLoadedId, true);
|
||||
currentLoadedFile.SaveToFileDefaultDir((int)itemNarcTable[currentLoadedFile.ID].itemData, true);
|
||||
setDirty(false);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user