mirror of
https://github.com/AdAstra-LD/DS-Pokemon-Rom-Editor.git
synced 2026-05-19 02:51:31 -05:00
Merge pull request #74 from Mixone-FinallyHere/jsonDatabase
fix DP database loading
This commit is contained in:
commit
6f1eb43311
|
|
@ -165,7 +165,7 @@ namespace DSPRE {
|
|||
|
||||
switch (gameFamily) {
|
||||
case GameFamilies.DP:
|
||||
databaseJsonPath = Path.Combine(Program.DatabasePath, "dppt_scrcmd_database.json");
|
||||
databaseJsonPath = Path.Combine(Program.DatabasePath, "diamond_pearl_scrcmd_database.json");
|
||||
break;
|
||||
case GameFamilies.HGSS:
|
||||
databaseJsonPath = Path.Combine(Program.DatabasePath, "hgss_scrcmd_database.json");
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user