mirror of
				https://github.com/Klagarge/PokeHES.git
				synced 2025-10-30 19:29:17 +00:00 
			
		
		
		
	remove useless sound
This commit is contained in:
		| @@ -16,7 +16,7 @@ public class FightData { | ||||
|     public int nbre_line =0; | ||||
|  | ||||
|     public FightData(String branch) { | ||||
|         file = new File("./resources/Battle/Fight/" + branch + ".csv"); | ||||
|         file = new File("./Battle/Fight/" + branch + ".csv"); | ||||
|          | ||||
|     } | ||||
|  | ||||
|   | ||||
| @@ -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() { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user