mirror of
https://github.com/AdAstra-LD/DS-Pokemon-Rom-Editor.git
synced 2026-05-31 20:42:36 -05:00
Fix DPPt paths for item editor
This commit is contained in:
parent
ac6b09eaa9
commit
46d2ee2e2c
|
|
@ -1468,7 +1468,7 @@ namespace DSPRE
|
|||
[DirNames.pokemonBattleSprites] = @"data\poketool\pokegra\pokegra.narc",
|
||||
[DirNames.otherPokemonBattleSprites] = @"data\poketool\pokegra\otherpoke.narc",
|
||||
|
||||
[DirNames.itemData] = @"data\itemtool\item_data.narc",
|
||||
[DirNames.itemData] = @"data\itemtool\itemdata\item_data.narc",
|
||||
};
|
||||
|
||||
//Personal Data archive is different for Pearl
|
||||
|
|
@ -1522,7 +1522,7 @@ namespace DSPRE
|
|||
[DirNames.learnsets] = @"data\poketool\personal\wotbl.narc",
|
||||
[DirNames.evolutions] = @"data\poketool\personal\evo.narc",
|
||||
|
||||
[DirNames.itemData] = @"data\itemtool\pl_item_data.narc",
|
||||
[DirNames.itemData] = @"data\itemtool\itemdata\pl_item_data.narc",
|
||||
};
|
||||
break;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user