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

remove useless sound

This commit is contained in:
2022-06-16 09:48:07 +02:00
parent 429a3316d9
commit 77ace754ff
159 changed files with 5 additions and 5 deletions

View File

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