1
0
mirror of https://github.com/Klagarge/PokeHES.git synced 2025-10-30 11:19:17 +00:00

change dela for change map

This commit is contained in:
2022-06-19 13:08:33 +02:00
parent 9e2e9dd739
commit adf854d15c
9 changed files with 23 additions and 850 deletions

View File

@@ -15,7 +15,7 @@ public class FightData {
public int nbr_line =0;
public FightData(String branch) {
file = new File("./Data/Battle/Fight/" + branch + ".csv");
file = new File("./data/battle/fight/" + branch + ".csv");
}
public void readFile() {