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:
@@ -12,7 +12,7 @@ public class SpeechData {
|
||||
File file;
|
||||
|
||||
public SpeechData(String name){
|
||||
file = new File("./Data/Battle/Speech/" + name + ".txt");
|
||||
file = new File("./data/battle/speech/" + name + ".txt");
|
||||
}
|
||||
|
||||
public void readFile() {
|
||||
|
||||
Reference in New Issue
Block a user