1
0
mirror of https://github.com/Klagarge/PokeHES.git synced 2025-07-18 22:01:10 +00:00

move data

This commit is contained in:
2022-06-16 10:26:51 +02:00
parent 77ace754ff
commit ada69759d5
160 changed files with 5 additions and 588 deletions

View File

@ -16,7 +16,7 @@ public class FightData {
public int nbre_line =0;
public FightData(String branch) {
file = new File("./Battle/Fight/" + branch + ".csv");
file = new File("./Data/Battle/Fight/" + branch + ".csv");
}

View File

@ -12,7 +12,7 @@ public class SpeechData {
public SpeechData(String name){
file = new File("./Battle/Speech/" + name + ".txt");
file = new File("./Data/Battle/Speech/" + name + ".txt");
}
public void readFile() {